Expand description
ZeroTier-compatible cryptography library.
Structs§
- ZeroTier address derived from
PublicKey
. - ZeroTier identity type.
- Concatenation of an X25519 public key and an Ed25519 public key.
- Concatenation of an X25519 secret key and an Ed25519 secret key.
Enums§
- Error in
Address
. - Error while reading
Address
from a byte slice. - Error while reading
IdentityType
from a byte slice. - Error while reading
PublicKey
from a byte slice. - Error while reading
SecretKey
from a byte slice. - Error while parsing
Address
from a string. - Error while parsing
Identity
from a string. - Error while parsing
IdentityType
from a string. - Error while parsing
PublicKey
from a string. - Error while parsing
SecretKey
from a string. - Error in
Identity
. - Error in
IdentityType
.
Constants§
Address
length in bytes.Identity
length in bytes.IdentityType
length in bytes.PublicKey
length in bytes.SecretKey
length in bytes.
Type Aliases§
- Error in
PublicKey
.