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

2019-08-15 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521591519 You are welcome. You have the idea now - just build the library for the curve you are interested in.

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

2019-08-15 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521540065 It could be that you need to link the dependent components; See if you can build and run one of the examples after installation; 1. use

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

2019-08-14 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521253357 For the constants you may have to write a c function which you wrap with CFFI. Something like this in C. #include #include #include

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

2019-08-14 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521242102 Try and build the library and you will see what is happening. The bls_ZZZ.py.in is the template file that gets overwritten. In the rom files there are

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

2019-08-14 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521236249 Hi My advice would be just to copy the bls example. This is an automated message from

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

2019-08-14 Thread GitBox
kealan commented on issue #38: Python wrappers URL: https://github.com/apache/incubator-milagro-crypto-c/issues/38#issuecomment-521169501 Hi There is only Python support for high level functions. It would be straightforward to extend the wrappers to level code.