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
While examining demo page I found inconsistencies between ASN1 and JSON data representation.
Looks like two first bytes of .privateKey in JSON representation belong to ASN1 header and is not a part of the key.
Method gostCrypto.asn1.PrivateKeyInfo.decode should be fixed.
The text was updated successfully, but these errors were encountered:
While examining demo page I found inconsistencies between ASN1 and JSON data representation.
Looks like two first bytes of .privateKey in JSON representation belong to ASN1 header and is not a part of the key.
Method gostCrypto.asn1.PrivateKeyInfo.decode should be fixed.
The text was updated successfully, but these errors were encountered: