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