You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enable signing with pre-computed hash (#860)
Added prehashing support to Signer.sign(): caller can now precompute the hash and provide
a Hashed object instead of plain input bytes.
API changes:
* Changed sign.Signer.sign() backwards-compatibly
* Added hashes module
The algorithm given to rekor remains unchanged (but capability of providing other
algorithms in the future now exists).
Signed-off-by: laurentsimon <laurentsimon@google.com>
Signed-off-by: William Woodruff <william@trailofbits.com>
Co-authored-by: William Woodruff <william@trailofbits.com>
0 commit comments