constants.SSL_OP_PRIORITIZE_CHACHA - Node documentation
variable constants.SSL_OP_PRIORITIZE_CHACHA

Usage in Deno

import { constants } from "node:crypto";
const { SSL_OP_PRIORITIZE_CHACHA } = constants;

Instructs OpenSSL server to prioritize ChaCha20-Poly1305 when the client does. This option has no effect if SSL_OP_CIPHER_SERVER_PREFERENCE is not enabled.

Type

number