common/

directory
v0.0.0-...-d325f09 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2022 License: BSD-3-Clause, ISC

Directories

Path Synopsis
Package auth contains one-time password authentication functionality for implementing authentication in a system design.
Package auth contains one-time password authentication functionality for implementing authentication in a system design.
examples/login
The login program accepts two commands: "register", to set up new users, and "run"
The login program accepts two commands: "register", to set up new users, and "run"
Package public contains utilities for public key encryption with Curve25519 and digital signatures with Ed25519.
Package public contains utilities for public key encryption with Curve25519 and digital signatures with Ed25519.
Package secret contains utilities for encrypting and decrypting data with secret keys; it is aimed primarily at password-based encryption.
Package secret contains utilities for encrypting and decrypting data with secret keys; it is aimed primarily at password-based encryption.
Package store contains two types of secure stores: a store that contains secrets, such as might be used by a password manager, and a store that contains public keys, such as might be used by a PGP-like system.
Package store contains two types of secure stores: a store that contains secrets, such as might be used by a password manager, and a store that contains public keys, such as might be used by a PGP-like system.
Package tlv implements a tag-length-value encoding scheme for use in packing flat data structures with a fixed format.
Package tlv implements a tag-length-value encoding scheme for use in packing flat data structures with a fixed format.
Package util contains utility code common to the cryptutils programs.
Package util contains utility code common to the cryptutils programs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL