forked from CodesInChaos/Chaos.NaCl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLicense.txt
More file actions
23 lines (18 loc) · 683 Bytes
/
Copy pathLicense.txt
File metadata and controls
23 lines (18 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Public domain
C# port + code by Christian Winnerlein (CodesInChaos)
Poly1305 in c
written by Andrew M. (floodyberry)
original license: MIT or PUBLIC DOMAIN
https://github.com/floodyberry/poly1305-donna/blob/master/poly1305-donna-unrolled.c
Curve25519 and Ed25519 in c
written by Dan Bernstein (djb)
public domain
from Ref10 in SUPERCOP http://bench.cr.yp.to/supercop.html
(H)Salsa20 in c
written by Dan Bernstein (djb)
public domain
from SUPERCOP http://bench.cr.yp.to/supercop.html
SHA512
written by Christian Winnerlein (CodesInChaos)
public domain
directly from the specification