Skip to content

Commit

Permalink
refactor: fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileiosKal committed Jan 15, 2024
1 parent f8b7573 commit 7708fcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schemes/bbs/core/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ impl Proof {
..Default::default()
};

// Deserialization steps of the `ProofGen` operation defined in https://identity.foundation/bbs-signature/draft-bbs-signatures.html#name-proofgen
// TODO: Update reference
// Deserialization steps of the `CoreProofGen` operation defined in https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html#name-coreproofgen
//
// Deserialization:
// ...(implicit steps)...
Expand Down

0 comments on commit 7708fcd

Please sign in to comment.