ed25519-dalek icon indicating copy to clipboard operation
ed25519-dalek copied to clipboard

Adding verify_prehashed_strict()

Open orthecreedence opened this issue 2 years ago • 0 comments

Combines verify_prehashed and verify_strict to allow strict verification with prehashed values.

Wrote an integration test (repudiation_prehash) however it fails intermittently as the verify_prehashed() call sometimes fails. I will need guidance on why because I'm not familiar with the inner workings of the verification, I really just kind of merged the prehashed/strict functions together.

orthecreedence avatar Aug 19 '22 06:08 orthecreedence