por: add description for backend selection

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-05-19 11:54:31 +02:00
parent 9cc4f449f7
commit 45848527ca
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,12 @@
# The size of the proof is instead
# s * 32 + 48 bytes
import ./backends/backend_constantine
# Select backend to use
# - blst supports only the BLS12-381 curve
# - constantine is more experimental, supports BLS and BN curves as well
# As of now configuration of backends is in the backend_* file itself
import ./backends/backend_blst
#import ./backends/backend_constantine
import ../rng
import endians