diff options
Diffstat (limited to 'include/bls/bls256.h')
-rw-r--r-- | include/bls/bls256.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/bls/bls256.h b/include/bls/bls256.h new file mode 100644 index 0000000..9549012 --- /dev/null +++ b/include/bls/bls256.h @@ -0,0 +1,12 @@ +#pragma once +/** + @file + @brief C API of 256-bit + @author MITSUNARI Shigeo(@herumi) + @license modified new BSD license + http://opensource.org/licenses/BSD-3-Clause +*/ +#define MCLBN_FP_UNIT_SIZE 4 +#define MCLBN_FR_UNIT_SIZE 4 +#include <bls/bls.h> + |