is-chacha20-poly1305-supported 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