pub fn update_bbs_signature(
alg: ProofAlgorithm,
sig: &[u8],
sk: &BBSplusSecretKey,
update_ctx: &ProofUpdateCtx,
) -> KeyStorageResult<Vec<u8>>
Expand description
Updates BBS+ signature’s timeframe data.
pub fn update_bbs_signature(
alg: ProofAlgorithm,
sig: &[u8],
sk: &BBSplusSecretKey,
update_ctx: &ProofUpdateCtx,
) -> KeyStorageResult<Vec<u8>>
Updates BBS+ signature’s timeframe data.