# Functions

No description provided by the author
aes encryption, filling the 16 bits of the key key, 24, 32 respectively corresponding to AES-128, AES-192, or AES-256.
GenerateKeyPair will generate key pair based on the configuration.
No description provided by the author
No description provided by the author
GenerateKeyPair will generate key pair based on the configuration.
GetRandBytes will generate rand bytes.
HashPassword ...
Use PKCS7 to fill, IOS is also 7.
No description provided by the author
ReadNetworkOrder ..
Seal will seal data using the AES-GCM.
No description provided by the author
UnSeal will open data using the AES-GCM.
No description provided by the author
VerifyPassword ..
WriteNetworkOrder ..

# Constants

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

# Structs

CryptoConfig is configuration for the crypto.

# Interfaces

PrivateKey represents a private key using an unspecified algorithm.
PublicKey represents a public key using an unspecified algorithm.

# Type aliases

CryptoAlgType is algorithm type.