Check whether a chacha20-poly1305 cipher is supported by NodeJS
npm install is-chacha20-poly1305-supportedCheck whether a chacha20-poly1305 cipher is realy supported by NodeJS.
``js
const isSupported = require('is-chacha20-poly1305-supported');
if (isSupported) {
// do stuff with chacha20-poly1305 cipher
}
``
MIT, 2019 (c) Dmitriy Tsvettsikh