Documentation ¶
Index ¶
Constants ¶
View Source
const ( AlgSHA1 = "SHA-1" AlgSHA224 = "SHA-224" AlgSHA256 = "SHA-256" AlgSHA384 = "SHA-384" AlgSHA512 = "SHA-512" AlgSHA512_224 = "SHA-512/224" AlgSHA512_256 = "SHA-512/256" AlgSHA3_224 = "SHA3-224" AlgSHA3_256 = "SHA3-256" AlgSHA3_384 = "SHA3-384" AlgSHA3_512 = "SHA3-512" )
View Source
const SHAAlgs = AlgSHA1 + ";" + AlgSHA224 + ";" + AlgSHA256 + ";" + AlgSHA384 + ";" + AlgSHA512 + ";" + AlgSHA512_224 + ";" + AlgSHA512_256 + ";" + AlgSHA3_224 + ";" + AlgSHA3_256 + ";" + AlgSHA3_384 + ";" + AlgSHA3_512
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.