Re: Tuweni crypto - java.lang.UnsatisfiedLinkError error on Windows

2023-07-12 Thread Antoine Toulme
I filed https://github.com/tmio/tuweni/issues/15 to follow up. > On Jul 12, 2023, at 8:47 PM, Antoine Toulme wrote: > > Hey Simon, > > We’re voting moving this project to the attic in a separate thread on the dev > list and it’s likely I’ll continue to support this project under >

Re: Tuweni crypto - java.lang.UnsatisfiedLinkError error on Windows

2023-07-12 Thread Antoine Toulme
Hey Simon, We’re voting moving this project to the attic in a separate thread on the dev list and it’s likely I’ll continue to support this project under https://github.com/tmio/tuweni for a little while. I already pushed 2.4.2 and 2.4.3 on maven central under the group id io.tmio. So I think

Tuweni crypto - java.lang.UnsatisfiedLinkError error on Windows

2023-07-12 Thread Simon Bader
Hi Tuweni users I am a new user of the Tuweni project. I have included the "tuweni-net" dependency in a Java maven project. When I call the "Box.PublicKey.fromBytes(publicKeyAsBytes)" method on a Ubuntu environment, it works as expected. When I run the same command on a windows environment