README.txt 924 Bytes
Newer Older
lwc-tester committed
1 2 3 4
SATURNIN submission package
===========================

algorithm-specification.pdf
lwc-tester committed
5 6 7 8 9
    Full algorithm description and specification (v1.1)

changelog.pdf
    Detail of changes done with respect to the previous version (concerning
    only the document algorithm-specification.pdf)
lwc-tester committed
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

cover-sheet.pdf
    Cover letter for the submission.

intellectual-property.pdf
    Intellectual property signed statements.

saturninv2.tgz
    Implementations following the NIST API.

extra/
    Extra implementations for Saturnin-Hash and Saturnin-CTR-Cascade
    with a streamable API, in C, and assembly for ARM Cortex M3 and M4.
    See extra/README.txt for details.

tests/
    Extra code for (re)generating the test vectors. These files come
    from the NIST, except genkat_aead_short.c which has been modified
    to match the input length requirements of the specialized mode
    Saturnin-Short. See tests/README.txt for details.