-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base64 encode raw signature in Envelope
@adityasaky found that we are encoding hex representation of signatures into base64, that would be incompatible with other DSSE envelope signing libraries. This commit changes the direct base64 encoding in Envelope to decoding hex signature and then encode the bytes into base64. Signed-off-by: Pradyumna Krishna <[email protected]>
- Loading branch information
1 parent
85ed9ad
commit 2bcf092
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters