You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
The crypto package provides cryptographic utilities including hashing and signing functions.
Features
Coming soon!
How do I use this package?
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
How do I contribute?
We appreciate your interest! Please see the Guidelines Repository for the
Contributing Guidelines and Style Guide.
Testing
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.