herumi / she-dlp-table

DLP tables for she-wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file name

she-dlp-<curveType>-<hashBitSize>-<group>.bin
  • curveType : 0 (BN254)
  • hashBitSize : hash table size
  • group : g1/g2/gt

api

C api

mclSize sheLoadTableForGTDLP(const void *buf, mclSize bufSize, mclSize tryNum);

JavaScript api

she.loadTableForGTDLP(a) // a is Uint8Array of table

About

DLP tables for she-wasm