Hi everyone,
I've been working on the Chapel's Crypto module for the past few months.
Up till now, the module has support for AES, all Hash digests, a CSPRNG, a
KDF and an enclosing crypto buffer. In the coming days, I plan to add more
ciphers such as Blowfish, Twofish, RSA, etc and finally get it ready for
inclusion in the core repository. But before I do that, I would really
appreciate some feedback on the current API.

The API is designed to provide flexibility to the user in terms of the
configuration of a cipher. Here, are some examples that may give you an
idea.

Link: https://github.com/panzone/crypto-chapel/tree/master/examples

Thanks.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to