cangrepp

Some cryptographic attacks
Log | Files | Refs | README

bsgs.h (124B)


      1 #ifndef BSGS_H
      2 #define BSGS_H
      3 
      4 #include <flint.h>
      5 #include <fmpz.h>
      6 #include <ulong_extras.h>
      7 
      8 size_t hash(fmpz n);
      9 
     10 #endif