-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41f62f3
commit 1d19ecd
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |