Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonfruit/go-curve25519
Go Implementation for Curve25519
https://github.com/moonfruit/go-curve25519
Last synced: about 1 month ago
JSON representation
Go Implementation for Curve25519
- Host: GitHub
- URL: https://github.com/moonfruit/go-curve25519
- Owner: moonfruit
- License: mit
- Created: 2019-07-16T07:41:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T09:28:04.000Z (over 5 years ago)
- Last Synced: 2024-06-20T03:57:56.267Z (6 months ago)
- Language: Go
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-curve25519
Go Implementation for Curve25519Port from [Java](https://code.google.com/archive/p/curve25519-java/) to Go
The following is copied from the it's home page:
> Java port of Matthijs van Duin's implementation of Daniel J Bernstein's Curve25519.
>
> This is a straightforward port of 'portable C implementation' of Curve25519 by Matthijs van Duin (http://cds.xs4all.nl:8081/ecdh/).
>
> Curve25519 was developed by Daniel J Bernstein, http://cr.yp.to/ecdh.html