https://github.com/reklatsmasters/is-chacha20-poly1305-supported
Check whether a chacha20-poly1305 cipher is supported by NodeJS
https://github.com/reklatsmasters/is-chacha20-poly1305-supported
aead chacha20 chacha20-poly1305 cipher crypto cryptography nodejs poly1305 rfc7539
Last synced: 7 months ago
JSON representation
Check whether a chacha20-poly1305 cipher is supported by NodeJS
- Host: GitHub
- URL: https://github.com/reklatsmasters/is-chacha20-poly1305-supported
- Owner: reklatsmasters
- License: mit
- Created: 2019-05-01T11:51:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T23:18:46.000Z (over 6 years ago)
- Last Synced: 2025-03-04T04:47:51.740Z (8 months ago)
- Topics: aead, chacha20, chacha20-poly1305, cipher, crypto, cryptography, nodejs, poly1305, rfc7539
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# is-chacha20-poly1305-supported
[](https://travis-ci.com/reklatsmasters/is-chacha20-poly1305-supported)
[](https://npmjs.org/package/is-chacha20-poly1305-supported)
[](https://npmjs.org/package/is-chacha20-poly1305-supported)
[](https://npmjs.org/package/is-chacha20-poly1305-supported)
[](https://npmjs.org/package/is-chacha20-poly1305-supported)Check whether a chacha20-poly1305 cipher is **realy** supported by NodeJS.
### Usage
```js
const isSupported = require('is-chacha20-poly1305-supported');if (isSupported) {
// do stuff with chacha20-poly1305 cipher
}
```## License
MIT, 2019 (c) Dmitriy Tsvettsikh