CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
-
Updated
Sep 5, 2020 - Swift
It looks like performance regressed rather severely in a commit reverted here:
It would be nice to detect such regressions automatically and prevent them in the future
Add a description, image, and links to the aes topic page so that developers can more easily learn about it.
To associate your repository with the aes topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.
Describe the solution you'd like
New documenta