Modulemongokitten
MongoKittenCrypto
import _MongoKittenCrypto
import _MongoKittenCrypto
func xor(UnsafeMutablePointer<UInt8>, UnsafePointer<UInt8>, count: Int)
XORs the lhs bytes with the rhs bytes on the same index
enum PBKDF2KeySize
The requested amount of output bytes from the key derivation
class PBKDF2
PBKDF2 derives a fixed or custom length key from a password and salt.