is-chacha20-poly1305-supported

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i is-chacha20-poly1305-supported

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • reklatsmasters