terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
135 stars 48 forks source link

Add lazy methods for handling sealed boxes #68

Closed coder-hugo closed 4 years ago

coder-hugo commented 4 years ago

This adds the to methods cryptoBoxSealEasy and cryptoBoxSealOpenEasy to the interface Box.Lazy to handle sealed boxes the lazy way.

gurpreet- commented 4 years ago

Amazing stuff, thank you for this!