Expand description
BLS12381 utils.
Functions§
- encode_
bls_ jwk - Encodes a private BBS+ key into JWK.
- expand_
bls_ jwk - Attempts to decode JWK into a BBS+ keypair.
- generate_
bbs_ keypair - Generates a new BBS+ keypair using either
BLS12381-SHA256
orBLS12381-SHAKE256
. - sign_
bbs - Signs data and header using the given keys.
- update_
bbs_ signature - Updates BBS+ signature’s timeframe data.