You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
When I try to call a function from the Sodium package (e.g., crypto_core_ed25519_scalar_reduce), I get the following error: 'crypto_core_ed25519_scalar_reduce(byte[], byte[])' is not public in 'org.apache.tuweni.crypto.sodium.Sodium'. Cannot be accessed from outside package.
It seems like the other packages do not have this problem. Is there anyway I can work around this?
Hello,
I am trying to use tuweni-crypto (2.3.1) in my project on Mac OS. I downloaded the project from Maven by adding the following in the pom.xml file:
When I try to call a function from the Sodium package (e.g.,
crypto_core_ed25519_scalar_reduce), I get the following error:'crypto_core_ed25519_scalar_reduce(byte[], byte[])' is not public in 'org.apache.tuweni.crypto.sodium.Sodium'. Cannot be accessed from outside package.It seems like the other packages do not have this problem. Is there anyway I can work around this?