macfisherman / go-ecdh

Golang implementation of the elliptical curve diffie-hellman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECDH

Build Status

This is a go implementation of elliptical curve diffie-hellman key exchange method. It supports the NIST curves (and any curves using the elliptic.Curve go interface) as well as djb's curve25519.

The library handles generating of keys, generating a shared secret, and the (un)marshalling of the elliptical curve keys into slices of bytes.

Compatibility

Works with go 1.2 onwards.

TODO

  • Improve documentation

About

Golang implementation of the elliptical curve diffie-hellman

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%