# Functions
No description provided by the author
CalculateSHA256 is used to generate the Thumbprint of a public JSON Web Key (JWK).
CalculateSHA3_256 is used to generate the H(pk) in Crystals-Kyber.
CalculateShake256 is used to generate "xs" & "ds" in Crystals-Dilithium.
No description provided by the author
CheckValidLocalizedText accepts "urn:ietf:bcp:47|<language>|<text>" but also "bcp:47|<language>|<text>" and "<language>|<text>" are allowed.
No description provided by the author
returns protected attribute name and value, raw Base64Url encoded (without padding characters '=').
ComputeMAC creates a message authentication code (MAC), sometimes known as a "tag", which is a short piece of information used for authenticating a message, by using some deterministic data (the traditional "key" concept) which authenticates the origin of the message, where the deterministic data (key) serves to regenerate the expected MAC (tag) for the original message.
TODO: describe the function.
No description provided by the author
Multihash is byte slice with the following form: <hash function code><digest size><hash function output>.
Multihash is byte slice with the following form: <hash function code><digest size><hash function output>.
GetVerifiedLocalizedText returns empty string if wrong formatted instead of true or false.
No description provided by the author
NewMultibase58UUIDv4 returns an UUID v4 encoded as multi base58 BTC ("z" prefix).
StringToStringsArray splits the string around each instance of one or more consecutive white space characters.
StringsArrayToString converts a slice of strings to a string containing a space separated list of strings.
StringsSliceContainsString checks if a string is contained in some member of the slice.
StringsSliceContains checks if a string is equal to some member in the slice.
StringToStringsArray splits the string around each instance of one or more consecutive white space characters.
ValidMAC reports whether messageMAC is a valid HMAC tag for message.
# Variables
No description provided by the author