[GitHub] [incubator-milagro-crypto-c] GuillaumeCisco commented on issue #38: Python wrappers

2019-08-15 Thread GitBox
GuillaumeCisco commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521572957 Ok I succeeded runing this example, on a fresh environment, using these steps: `sudo apt-get install -y git cmake build-essential python

[GitHub] [incubator-milagro-crypto-c] GuillaumeCisco commented on issue #38: Python wrappers

2019-08-14 Thread GitBox
GuillaumeCisco commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521329526 What I tried: Using the file `test_pair_FP256BN.c` which use `CURVE_Order_FP256BN`. Creating the .so (from python wrapper generated

[GitHub] [incubator-milagro-crypto-c] GuillaumeCisco commented on issue #38: Python wrappers

2019-08-14 Thread GitBox
GuillaumeCisco commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521321028 Thanks. I need a little help on this one. If I create rom.c like: ```c #include #include #include #include #include

[GitHub] [incubator-milagro-crypto-c] GuillaumeCisco commented on issue #38: Python wrappers

2019-08-14 Thread GitBox
GuillaumeCisco commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521249497 Thanks for the precision, using make with a python virtual env set on python 2.7 built the target folder successfully. I now have files like

[GitHub] [incubator-milagro-crypto-c] GuillaumeCisco commented on issue #38: Python wrappers

2019-08-14 Thread GitBox
GuillaumeCisco commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521231448 Thank you very much @kealan for this confirmation. Could you help me `begin` in this translation. I'm not familiar with ffi and need a