Removed warning, as pairing works now

This commit is contained in:
vub 2016-12-24 20:22:37 -05:00
parent 78f3c227fe
commit 803be67d0e
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# NOT YET FINISHED! Pairing code has bugs in it, is NOT bilinear!
from bn128_curve import double, add, multiply, is_on_curve, neg, twist, b, b2, b12, curve_order, G1, G2, G12
from bn128_field_elements import field_modulus, FQ, FQ2, FQ12, FQcomplex