Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# go-curve25519
Go Implementation for Curve25519

Port 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