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
@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]>
0 commit comments