A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
javascript
tls
cryptography
crypto
certificate
aes
cipher
md5
pbkdf2
pkcs7
x509
asn1
hmac
sha1
sha256
csr
message-digest
pkcs
pkcs1
pkcs12
-
Updated
Jun 29, 2021 - JavaScript
To check that all newtypes (
SecretKeys,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.