パッケージの詳細

is-chacha20-poly1305-supported

reklatsmasters24MIT1.0.0

Check whether a chacha20-poly1305 cipher is supported by NodeJS

cipher, crypto, chacha20, poly1305

readme

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