Expand description
Module to wrap the openssl library for crypto functions
Structs§
- Decrypter
- Structure to decrypt part to part a cipher encrypted with AES GCM n Padding
- Keystore
- Keystore to collect the public keys
- Public
Key - The struct contaiing the PublicKey
- Secretkey
- The struct contaiing the SecretKey
- Signing
Certificate - The signing certificate
Enums§
- Basis
Crypto Error - Certificate
Extension - Possible extension of the X509 certificate
Functions§
- argon2_
hash_ password - Hash password with Argon2id
- sha3_
256 - Wrapper for SHA3-256
- sha256
- Wrapper for SHA256
- sha256_
stream - Wrapper for SHA256 for a stream reader
- shake128
- Wrapper for SHAKE128
- shake256
- Wrapper for SHAKE256
- sign
- Sign using RSASSA-PSS as a signature algorithm
- verify
- Verify the signature using RSASSA-PSS as a signature algorithm