package
0.3.4
Repository: https://github.com/howood/cryptotools.git
Documentation: pkg.go.dev

# Constants

EncryptTypeECDSA is ECDSASA KeyType.
EncryptTypeED25519 is ED25519 KeyType.
EncryptTypeRSA is RSA KeyType.

# Structs

EcdsaKey represents ECDSA private & public key.
Ed25519Key represents Ed25519 private & public key.
EncryptKey represents private & public key.
RsaKey represents RSA private & public key.

# Type aliases

EncryptKeyType is EncryptKey KeyType.