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
Performance: an OS may provide access to cryptographic hardware that is faster than using our own crypto dependencies on the CPU.
Security and interop: an OS may provide access to manage and use keys where the private key material is not exposed to the application (including ssi). This could be considered a special case of #53.
Using OS-provided crypto libraries could be done with feature flags as in #52, and/or or by detecting the library at runtime (dynamic linking), with fallback to our compiled code.
The text was updated successfully, but these errors were encountered:
Re: spruceid/didkit#16, spruceid/didkit#16 (comment)
Performance: an OS may provide access to cryptographic hardware that is faster than using our own crypto dependencies on the CPU.
Security and interop: an OS may provide access to manage and use keys where the private key material is not exposed to the application (including
ssi
). This could be considered a special case of #53.Using OS-provided crypto libraries could be done with feature flags as in #52, and/or or by detecting the library at runtime (dynamic linking), with fallback to our compiled code.
The text was updated successfully, but these errors were encountered: