The crypto package provides cryptographic utilities including hashing and signing functions.
Coming soon!
Users will need to download and compile directly from this repository and dojo/core for the time being. Precompiled AMD/CommonJS modules will be provided in the future as our release tools are improved.
Once you've downloaded dojo-core
and dojo-crypto
, perform the following
steps:
cd dojo-core
grunt dist
cd dist
npm link
cd ../../dojo-crypto
npm install
npm link dojo-core
We appreciate your interest! Please see the Guidelines Repository for the Contributing Guidelines and Style Guide.
Test cases MUST be written using Intern using the Object test interface and Assert assertion interface.
90% branch coverage MUST be provided for all code submitted to this repository, as reported by istanbul’s combined coverage results for all supported platforms.
© 2017 JS Foundation & contributors. New BSD license.