terl / hydride-android

Hydride binds against Libhydrogen to provide a simple cryptography that is compatible with Android API 16 and above.
Mozilla Public License 2.0
10 stars 2 forks source link

Not compatible with current libhydrogen #2

Open balee opened 4 years ago

balee commented 4 years ago

This commit made big changes in libhydrogen, for example

- #define hydro_kx_N_PACKET1BYTES 32
+ #define hydro_kx_N_PACKET1BYTES (32 + 16)

Any plans to update with current libhydrogen?

gurpreet- commented 4 years ago

@balee

Many thanks for bringing this to my attention, I'll upgrade Hydride Java and Android to match asap!

vishalkharat commented 4 years ago

@gurpreet- Is the latest library updated with this change?