// This is a (very rough) test of BLST blind signatures based on run.me from BLST's Python example code // Do not trust this to be secure, also this doesn't do a lot of the sanity checking yet #include #include #include #include #include "../blst/blst.h" const byte dst[] = "MY-DST"; double time_taken; clock_t t; byte signer_private_key[32]; byte signer_public_key[96]; void printbytes(byte *toprint, int length){ for(int i=0;i