Skip to content

Commit

Permalink
Merge branch 'public-domain-dedication'
Browse files Browse the repository at this point in the history
* public-domain-dedication:
  SHISHUA: README.md: clarify Public Domain dedication
  CHACHA: README.md: clarify Public Domain dedication
  CHACHA: chacha.cc: fix missing vector include

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 13, 2023
2 parents dd7cf3f + 6ce18f8 commit ad936c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chacha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ implementation for generic CPUs (ALU), and the SSE2/3 and AVX2
instruction sets.
The implementations are all based on Public Domain code by
D. J. Bernstein and others.

The source code is dedicated to the Public Domain under the [Unlicense](https://unlicense.org/UNLICENSE).
1 change: 1 addition & 0 deletions chacha/chacha.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "chacha.hh"

#include <vector>
#include <cstdio>
#include <ctime>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions shishua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ implementation for generic CPUs (ALU), and it includes SSE2/3
and AVX2 instruction set veriants.
The implementations are all based on Public Domain code from
[Thaddée Tyl](https://github.com/espadrine): https://github.com/espadrine/shishua

The source code is dedicated to the Public Domain under the [Unlicense](https://unlicense.org/UNLICENSE).

0 comments on commit ad936c0

Please sign in to comment.