package
0.0.0-20250124001807-83b98d5a6acc
Repository: https://github.com/keybase/saltpack.git
Documentation: pkg.go.dev

# Functions

NewKeyring makes an empty new basic keyring.
NewSecretKey makes a new SecretKey from the raw 32-byte arrays the represent Box public and secret keys.
NewSigningPublicKey creates a new public signing key from a byte array.
NewSigningSecretKey creates a new basic signing key from byte arrays.

# Structs

EphemeralKeyCreator creates random ephemeral keys.
Keyring holds signing and box secret/public keypairs.
PublicKey is a basic implementation of a saltpack public key.
SecretKey is a basic implementation of a saltpack private key.
SigningSecretKey is a basic secret key used for creating signatures and also for verifying signatures.

# Type aliases

PrecomputedSharedKey is a basic implementation of a saltpack precomputed shared key, computed from a BasicPublicKey and a BasicPrivateKey.
SigningPublicKey is a basic public key used for verifying signatures.