mgregoro / Crypt-Sodium

Perl bindings for libsodium (NaCL)
Artistic License 2.0
5 stars 6 forks source link

Make access to XChaCha20-Poly1305 available #9

Open mgregoro opened 7 years ago

mgregoro commented 7 years ago

Originally requested by @udf2456 in #6 .

https://download.libsodium.org/doc/secret-key_cryptography/xchacha20-poly1305_construction.html

ghost commented 6 years ago

. Saw this was closed, but did not see any change in the code base in regard... Can do a PR if help is needed.

mgregoro commented 6 years ago

This issue is still open, the issue it spawned from is closed as this is a smaller chunk. since you've requested it i can get this in relatively quickly

ghost commented 6 years ago

@mgregoro You are awesome sauce :)

ghost commented 6 years ago

@mgregoro I went ahead and jumped on this with https://github.com/mgregoro/Crypt-Sodium/pull/12

mgregoro commented 6 years ago

I saw and appreciate. I have some other stuff going in my local branch but will get your pr merged (thx for tests btw) and do a cpan release tonight, tomorrow am at the latest. Sorry been slammed.

Sent from my iPhone

On Apr 5, 2018, at 4:55 PM, Bryan Paxton notifications@github.com wrote:

I went ahead and jumped on this #12

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 6 years ago

@mgregoro No worries! Believe me I know how it goes (looks over at a gazillion projects) I needed this pretty much now, so wasn't a problem at all to chip in.

Thanks for accepting! 👍

ghost commented 6 years ago

See this was merged :) Safe to close this now I think :)

mgregoro commented 6 years ago

This is just about done, I think the last of these functions was implemented in 1.0.12. This is part of #15