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
To check that all newtypes (
SecretKey
s,Poly1305
, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}
could be used to check that a secret key implements the needed traits.