Fără Descriere

Frank Denis 2bb7e4fbd2 Let Travis try to build the Arduino library 9 ani în urmă
impl 65eb124b5f Add a message id to hydro_secretbox_*() 9 ani în urmă
tests 65eb124b5f Add a message id to hydro_secretbox_*() 9 ani în urmă
.clang-format 513baeaf74 Init 9 ani în urmă
.gitignore 751d5da7f2 Update .gitignore 9 ani în urmă
.travis.yml 2bb7e4fbd2 Let Travis try to build the Arduino library 9 ani în urmă
LICENSE 61b089dea4 Initial import 9 ani în urmă
Makefile fe18675d78 Do not use -flto in the Unix Makefile 9 ani în urmă
Makefile.arduino 04094cb369 Prepare for x25519 signatures 9 ani în urmă
README.md 61b089dea4 Initial import 9 ani în urmă
hydrogen.c 8b11009768 Add a signature API 9 ani în urmă
hydrogen.h 65eb124b5f Add a message id to hydro_secretbox_*() 9 ani în urmă

README.md

libhydrogen

The Hydrogen library is a small, easy-to-use, hard-to-misuse cryptographic library for constrained environements.

It provides a consistent high-level API for common operations, and the whole code is licensed under the very liberal 2-clauses BSD license.

This is a work in progress (mainly targeting Arduino boards for now) -- Do not use yet. It isn't supposed to work at all.