import _MongoKittenCrypto
Coverage
Declarations
Interfaces
func xor(_ lhs: UnsafeMutablePointer<UInt8>, _ rhs: UnsafePointer<UInt8>, count: Int)
XORs the lhs bytes with the rhs bytes on the same index
protocol Hash : Sendable
struct HMAC<H> where H : Hash
struct MD5
final class PBKDF2
PBKDF2 derives a fixed or custom length key from a password and salt.
enum PBKDF2KeySize
The requested amount of output bytes from the key derivation
struct SHA1
struct SHA256
import Meow
import MongoClient
import MongoCore
import MongoKitten
import MongoKittenCore