cifra
cifra copied to clipboard
Even faster 25519?
Hi, thanks for this great library! I recently became aware of https://github.com/BjoernMHaase/fe25519 (public domain) and https://github.com/hayatofujii/curve25519-cortex-m4 (unfortunately not open source licensed). Would be interesting to see comparisons, particularly of the first implementation, with those you already import, using your benchmark :)
Meanwhile, I released https://github.com/ycrypto/salty which does also include C bindings.