pub fn expand_bls_jwk(
jwk: &Jwk,
) -> KeyStorageResult<(Option<BBSplusSecretKey>, BBSplusPublicKey)>
Expand description
Attempts to decode JWK into a BBS+ keypair.
pub fn expand_bls_jwk(
jwk: &Jwk,
) -> KeyStorageResult<(Option<BBSplusSecretKey>, BBSplusPublicKey)>
Attempts to decode JWK into a BBS+ keypair.