Skip to content

reklatsmasters/is-chacha20-poly1305-supported

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published