variable constants.SSL_OP_PRIORITIZE_CHACHA Usage in Denoimport { constants } from "node:crypto"; 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