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
Addressfrom a byte slice. - Error while reading
IdentityTypefrom a byte slice. - Error while reading
PublicKeyfrom a byte slice. - Error while reading
SecretKeyfrom a byte slice. - Error while parsing
Addressfrom a string. - Error while parsing
Identityfrom a string. - Error while parsing
IdentityTypefrom a string. - Error while parsing
PublicKeyfrom a string. - Error while parsing
SecretKeyfrom a string. - Error in
Identity. - Error in
IdentityType.
Constants§
Addresslength in bytes.Identitylength in bytes.IdentityTypelength in bytes.PublicKeylength in bytes.SecretKeylength in bytes.
Type Aliases§
- Error in
PublicKey.