Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ipfn/go-ipfn-x25519

Go implementation of curve25519 Diffie-Hellman key exchange
https://github.com/ipfn/go-ipfn-x25519

Last synced: 28 days ago
JSON representation

Go implementation of curve25519 Diffie-Hellman key exchange

Awesome Lists containing this project

README

        

# [go-ipfn-x25519][x25519]: curve25519 Diffie-Hellman key exchange

[![IPFN project][badge-ipfn]][org-ipfn]
[![IPFN Documentation][badge-docs]][docs]
[![See COPYING.txt][badge-copying]][COPYING]
[![GoDoc][badge-godoc]][godoc-ipfn]
[![Travis CI][badge-ci]][ci]
[![Coverage Status][coverage-badge]][coverage-status]

Go implementation of x25519 Diffie-Hellman key exchange.

## License

See [COPYING][COPYING] file for licensing details.

## Project

This source code is part of [IPFN](https://github.com/ipfn) – interplanetary functions project.

[ci]: https://travis-ci.org/ipfn/go-ipfn-x25519
[docs]: https://docs.ipfn.io/
[COPYING]: https://github.com/ipfn/go-ipfn-x25519/blob/master/COPYING
[badge-ci]: https://travis-ci.org/ipfn/go-ipfn-x25519.svg?branch=master
[badge-copying]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
[badge-docs]: https://img.shields.io/badge/documentation-IPFN-blue.svg?style=flat-square
[badge-godoc]: https://godoc.org/github.com/ipfn/go-ipfn-x25519/x25519?status.svg
[badge-ipfn]: https://img.shields.io/badge/project-IPFN-blue.svg?style=flat-square
[coverage-badge]: https://coveralls.io/repos/github/ipfn/go-ipfn-x25519/badge.svg?branch=master
[coverage-status]: https://coveralls.io/github/ipfn/go-ipfn-x25519?branch=master
[org-ipfn]: https://github.com/ipfn
[godoc-ipfn]: https://godoc.org/github.com/ipfn/go-ipfn-x25519/x25519
[x25519]: https://github.com/ipfn/go-ipfn-x25519/