CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
swift
cryptography
aes
cipher
md5
digest
aes-gcm
hmac
sha1
hmac-authentication
commoncrypto
sha3
cryptoswift
-
Updated
Aug 18, 2021 - Swift
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