Package-level declarations

Types

Link copied to clipboard

Cryptographic hash functions used by drand signing schemes.

Link copied to clipboard
sealed class HashToCurve

Hash-to-curve configuration per RFC 9380. Each configuration specifies how to hash messages onto elliptic curve points.

Link copied to clipboard
external object Keccak256Module

External declarations for @noble/hashes SHA-3/Keccak functions.

Link copied to clipboard
sealed class Scheme

Drand cryptographic schemes. Each scheme specifies how beacons are signed and verified.

Link copied to clipboard
external object Sha256Module

External declarations for @noble/hashes SHA-2 functions.