reklatsmasters / is-chacha20-poly1305-supported

Check whether a chacha20-poly1305 cipher is supported by NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-chacha20-poly1305-supported

Build Status npm node license downloads

Check whether a chacha20-poly1305 cipher is realy supported by NodeJS.

Usage

const isSupported = require('is-chacha20-poly1305-supported');

if (isSupported) {
  // do stuff with chacha20-poly1305 cipher
}

License

MIT, 2019 (c) Dmitriy Tsvettsikh

About

Check whether a chacha20-poly1305 cipher is supported by NodeJS

License:MIT License


Languages

Language:JavaScript 100.0%