You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by "ceyhunalp (via GitHub)" <gi...@apache.org> on 2023/06/25 10:25:25 UTC

[GitHub] [incubator-tuweni] ceyhunalp opened a new issue, #553: cannot access Sodium.java functions from outside package

ceyhunalp opened a new issue, #553:
URL: https://github.com/apache/incubator-tuweni/issues/553

   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:
   
   ```  
   <dependency>
     <groupId>org.apache.tuweni</groupId>
     <artifactId>tuweni-crypto</artifactId>
     <version>2.3.1</version>
   </dependency>
   ```
   
   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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org