add credits for pure java eddsa implementation
This commit is contained in:
parent
3370d61a6c
commit
7cf4fd9cc0
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
All credits for the private key reader go to the original author Zhihong Zhang <zhihong@gmail.com>
|
||||
|
||||
org.xbib.net.security.ssl is based on
|
||||
|
||||
https://github.com/Hakky54/sslcontext-kickstart
|
||||
|
||||
by Hakan Altındağ
|
||||
|
||||
Apache License 2.0
|
||||
|
||||
The EdDSA implementation in org.xbib.net.security.eddsa is taken from
|
||||
https://github.com/str4d/ed25519-java
|
||||
CC 1.0 License
|
||||
|
|
Loading…
Reference in a new issue