package
1.10.2
Repository: https://github.com/cyrildever/go-utls.git
Documentation: pkg.go.dev

# Functions

CouldBeValidHash returns `true` if the passed string could be a 32-bytes or 64-bytes hash in hexadecimal representation.
GenerateUUID creates a new UUID.
IsBase64String ...
IsBinaryString ...
IsBits8String ...
IsHexString checks whether the passed string is an hexadecimal number of even length.
StringToBits8 ...
ToBase64 ...
ToBinary ...
ToBits8 ...
ToCiphered ...
ToHash ...
ToKey ...
ToModel is a factory utility.
ToSignature ...
ToUUID ...

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Model defines the basic interface for each core model type.

# Type aliases

Base64 is the base64 string representation of a byte array.
Binary is the string representation of a binary literal, eg.
Bits8 is an 8-bit representation of a bit set, ie.
Ciphered is the base64 string representation of a ciphered text.
Hash is the hexadecimal string representation of a hash.Hash It's either a 32-character, or a 64-character long and more.
Hashes is an array of Hash.
Key is the hexadecimal string representation of a public or private key.
Keys is an array of Key.
Signature is the hexadecimal string representation of a signature.
UUID is the string representation of a UUID, eg.