Module crypto_bytes

Source
Expand description

Generic byte array which can be specialized with a marker type.

Structs§

CryptoBytes
Generic byte array holding some crypto-related raw data.
PublicTag
Tag used for generic public key bytes.
SignatureTag
Tag used for generic signature bytes.

Type Aliases§

PublicBytes
Generic encoded public key.
SignatureBytes
Generic encoded signature.