pub fn bls_secret_from_hex<T: AsRef<[u8]>>(hex: T) -> Result<SecretKey>
Expand description

Construct a BLS secret key from a hex-encoded string.