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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: