digitalbazaar / data-integrity

Data Integrity Proof library for use with jsonld-signatures.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Enable making `created` optional more explicitly #27

Closed dlongley closed 7 months ago

dlongley commented 8 months ago

Currently, cryptosuites need to delete proof.created when creating proofValue in order to prevent its inclusion in a proof. This should be made simpler instead.

dlongley commented 7 months ago

Addressed by #28.