sodium-test

0.11.1 • Public • Published

sodium-test

Test harness for Javascript libsodium implementations

npm install sodium-test

Usage

require('sodium-test')(require('sodium-native'))

The above will test that sodium-native passes all the sodium-test tests and write results in TAP format to stdio.

API

harness(sodiumApi)

Will run tests on sodiumApi and assert whether it conforms to the libsodium API. Individual subAPI's can be tested, and all follow the same pattern, eg. require('randombytes_buf')(sodiumApi).

Findings are written to stdio.

License

MIT

/sodium-test/

    Package Sidebar

    Install

    npm i sodium-test

    Weekly Downloads

    4

    Version

    0.11.1

    License

    MIT

    Unpacked Size

    4.84 MB

    Total Files

    22

    Last publish

    Collaborators

    • mafintosh
    • emilbayes
    • chm-diederichs