/** * Default encryption algorithm in NaCl. * Curve25519 scalar multiplication, Salsa20 secret-key encryption, and Poly1305 one-time authentication. */ export declare const CIPHER_x25519_xsalsa20_poly1305 = "x25519-xsalsa20-poly1305"; //# sourceMappingURL=ciphers.d.ts.map