Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
54 stars 18 forks source link

Feat/w3c/verify #103

Closed Nebulis closed 4 years ago

Nebulis commented 4 years ago

wouldn't it be the same to replace this https://github.com/Open-Attestation/open-attestation/blob/master/src/signature/signature.ts#L49

by calling https://github.com/Open-Attestation/open-attestation/blob/master/src/signature/merkle/merkle.ts#L105

that way:

checkProof(document.signature.proof, document.signature.merkleRoot, document.signature.targetHash)