Jan. 23, 2019
1:56 p.m.
Am 23.01.2019 um 13:58 schrieb Holger Freyther <holger@freyther.de>:
On 23. Jan 2019, at 12:55, Norbert Hartl <norbert@hartl.name> wrote:
Hi!
Is there anyone having crypto algorithms implemented or used a native lib to do so. We are using the Cryptography package and have problems. The code is quite old so we wonât spend time fixing it. We rather interface with a native lib. So Iâm asking upfront
is https://download.libsodium.org/doc/quickstart providing the functions you require? In the past I have used some of the Pharo/Squeak bindings for it.
I donât think so. We use RSA public key validation. It does not seem that libsodium supports that. A binding to libcrypto would be best :) Norbert