implementation of cryptographic algorithms and integration of other languages code

dissoudissou Member Posts: 3
Hello,
I need to implement cryptographic algorithms such as AESCCM and elliptic curve algorithms (ECDSA, ECIES) within a smart contract. I know that there is no implementation of such algorithms in solidity or Serpent. But I wonder if there is any way to integrate python code (or other language) within serpent for example (there many cryptographic libraries in Python).
Any other suggestions on how can I implement those algorithms?

Thank you
Sign In or Register to comment.