Thank you Antoine!
I have created the following issue:
https://github.com/apache/incubator-tuweni/issues/163
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:
> https://github.com/jedis
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.
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:
https://g