summaryrefslogtreecommitdiff
path: root/toxencryptsave/crypto_pwhash_scryptsalsa208sha256/note_to_maintainers.txt
blob: 66bbfe2db9f53c362228ec267165cb3116cc71d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This folder is only meant for use with nacl, i.e. when sodium is unavailable.


The files in this folder were mostly copied from
https://github.com/jedisct1/libsodium/tree/0.7.0/src/libsodium/crypto_pwhash/scryptsalsa208sha256,
with #ifdef VANILLA_NACL added around each of them as required for this module.

export.h, utils.h, and runtime.h were copied from
https://github.com/jedisct1/libsodium/tree/0.7.0/src/libsodium/include/sodium.
utils.h was significantly truncated.

utils.c and runtime.c were copied from 
https://github.com/jedisct1/libsodium/blob/0.7.0/src/libsodium/sodium.
utils.c was also significantly truncated.