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
Our APIs are named following this convention thingToAsn1. However, that doesn't make it clear what kind of ASN.1 structure is being produced. Instead, we could, for example, change publicKeyToAsn1() to publicKeyToAsn1('SubjectPublicKeyInfo'), keeping SubjectPublicKeyInfo as a deprecated default.
The text was updated successfully, but these errors were encountered:
Our APIs are named following this convention
thingToAsn1
. However, that doesn't make it clear what kind of ASN.1 structure is being produced. Instead, we could, for example, changepublicKeyToAsn1()
topublicKeyToAsn1('SubjectPublicKeyInfo')
, keepingSubjectPublicKeyInfo
as a deprecated default.The text was updated successfully, but these errors were encountered: