Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodium-friends/sodium-vectors
https://github.com/sodium-friends/sodium-vectors
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sodium-friends/sodium-vectors
- Owner: sodium-friends
- License: mit
- Created: 2017-05-18T09:26:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T09:27:01.000Z (over 7 years ago)
- Last Synced: 2025-01-04T09:55:25.611Z (20 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sodium-vectors
test vectors for sodium-friends,
to compare other implementations with the reference implementation.
(including future versions of the reference implementation)see also [https://github.com/dominictarr/chloride-test)
just `npm install -D sodium-vectors` and add this test script.
``` js
//test.js
require('sodium-vectors')(targetImplementation)
```it will run as a tape test!
## License
MIT