ring icon indicating copy to clipboard operation
ring copied to clipboard

Add `Digest::from_bytes`

Open ldufr opened this issue 3 years ago • 0 comments

Digest::from_bytes can be used to create a Digest structure from an external source, without any knowledge of the digested message.

This can be particularly useful in combination with MR #1493 to sign a digest on behalf of a user authenticated through other means without exposing the private key of the user.

ldufr avatar May 14 '22 10:05 ldufr