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
The ultimate goal here would be to allow use of the webpki crate with other cryptography libraries.
This would come in two parts, I think:
replacing remaining references to ring::io -- much of this was already done, but a handful of instances remain.
rework SignatureAlgorithm to be a trait that can be implemented outside the crate, with implementations backed by ring being provided by default (eg, ECDSA_P256_SHA256). Alongside, we should export AlgorithmIdentifier and the common values thereof.
The text was updated successfully, but these errors were encountered:
The ultimate goal here would be to allow use of the webpki crate with other cryptography libraries.
This would come in two parts, I think:
ring::io
-- much of this was already done, but a handful of instances remain.SignatureAlgorithm
to be a trait that can be implemented outside the crate, with implementations backed by ring being provided by default (eg,ECDSA_P256_SHA256
). Alongside, we should exportAlgorithmIdentifier
and the common values thereof.The text was updated successfully, but these errors were encountered: