Type Alias bls_on_arkworks::types::SecretKey

source ·
pub type SecretKey = BLSFr;
Expand description

A secret key is an integer between 0 and the base field modulus In other words: a field element. To obtain a SecretKey from bytes, use super::os2ip.

Aliased Type§

struct SecretKey(pub BigInt<4>, _);

Fields§

§0: BigInt<4>