Salsa20 is implemented by nacl. You could link to that and throw an error if the system doesn't have nacl.
(I am not a developer of this library, I don't know how they feel about adding new c dependencies, but I'd guess not keen) You could also just implement it in python, which will be a better learning exercise, but may turn out to be too slow. Worth a try, though. On Thu, 7 Feb 2019, 10:50 Antonio De Falco <anthonyp...@gmail.com wrote: > Hello, > I am a university student and for a project I was asked to integrate the > Salsa20 cipher into your library. But I noticed that the core of the > ciphers is invoked by OpenSSL, and since OpenSSL does not implement the > Salsa20 cipher, I wanted to ask you if an alternative way to integrate it > is possible. > Thank you > Best regards >
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev