Re: Tuweni crypto - new user queries

2020-11-08 Thread RICHARDS PETER
Thank you Antoine! I have created the following issue: https://github.com/apache/incubator-tuweni/issues/163

Re: Tuweni crypto - new user queries

2020-11-08 Thread Antoine Toulme
We support up to 1.0.16. Open an issue if you’d like to see a 1.0.17 supported, and I’ll document how to support newer versions. > On Nov 8, 2020, at 11:00 AM, RICHARDS PETER > wrote: > > Hi, > > The functions I mentioned were added in libsodium from release 1.0.17: >

Re: Tuweni crypto - new user queries

2020-11-08 Thread RICHARDS PETER
Hi, The functions I mentioned were added in libsodium from release 1.0.17: https://github.com/jedisct1/libsodium/blob/master/ChangeLog Is it possible to confirm the version of libsodium based on which Tuweni is built? Thanks, Richards.

Re: Tuweni crypto - new user queries

2020-11-08 Thread RICHARDS PETER
Thank you Antoine for your reply. I am able to access the artifacts from Maven repository now. I am trying to implement the following Collective Signature algorithm for my academic project: https://tools.ietf.org/id/draft-ford-cfrg-cosi-00.html I found a sample implementation on github:

Re: Tuweni crypto - new user queries

2020-11-07 Thread Antoine Toulme
Hello and welcome! Yes, the latest is available on Maven Central. Check out the org.apache.tuweni group id. The artifact for Sodium related functionality is named crypto. Typically we wrap Sodium functions in an API that makes them less likely for developers to trip and create bad memory

Tuweni crypto - new user queries

2020-11-07 Thread RICHARDS PETER
Hi Tuweni users, I am a new user of the Tuweni project. I am trying to explore the capabilities of Sodium classes under the Tuweni crypto project. I would like to clarify couple of things about this project: 1. Is the latest version (1.2.0) of the project available on Maven central