libhydrogen icon indicating copy to clipboard operation
libhydrogen copied to clipboard

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

Results 18 libhydrogen issues
Sort by recently updated
recently updated
newest added

It would be really convenient if this library was listed in the library manager of platformio. As far as I understand, you would only need to add one json file...

We have static keys sender private key, sender public key and recipient public key but when we send the packet1 from client to server, then server failed to decrypt the...

Hi all, I am implementing the KK_variant of the key exchange mechanism and I was looking into the function calls. Since all hydro_kx_kk_1(), hydro_kx_kk_2(), and hydro_kx_kk_3() functions need their peers...

Hi, I am trying to use the KK_variant of the key exchange mechanism, where public keys of parties (generated using hydro_kx_keygen function) is exchanged in the clear. Does this endanger...

I really like the minimalism of this library for embedded use cases. I'm designing a protocol where I want authenticated messages stored in relays to be encrypted at rest and...

Hi, I'm trying to find a suitable encryption library for a very small embedded device I'm working on where we want to encrypt some data as it is generated, trying...

Scenario: pre-knowledge of server static public key, but need to authenticate the clients (can be multiple). Out of hydrogen's currently supported patterns, only KK and XX provide client authentication. However,...

Added basic support for CH32V003. Entropy is observed from reading LSb of ADC pointed to "Vrefint" channel. (Physical entropy source is thermal noise of charge carriers at sample capacitor.) To...