Crate tmelcrypt[][src]

Structs

Ed25519PK

An ed25519 public key.

Ed25519SK

An ed25519 secret key. Implements FromStr that converts from hexadecimal.

HashVal

Represents an 256-byte hash value.

Traits

BigArray

Functions

ed25519_keygen

Generates an ed25519 keypair.

hash_keyed

Hashes a value with the given key.

hash_single

Hashes a single value.

majority_beacon

Computes an entropy seed from a large number of hashes using the “majority beacon”.