identity_storage::key_storage::bls

Function expand_bls_jwk

Source
pub fn expand_bls_jwk(
    jwk: &Jwk,
) -> KeyStorageResult<(Option<BBSplusSecretKey>, BBSplusPublicKey)>
Expand description

Attempts to decode JWK into a BBS+ keypair.