diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2019-08-31 09:35:15 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2019-08-31 09:35:15 +0800 |
commit | 802c12dffb921818f74df3bcd4c129b644683dc6 (patch) | |
tree | 2c8093b75d65408f6dc29ed45c67774d5eb30d58 /sample/bls_smpl.cpp | |
parent | 671dcb837bd7515126d3907ccca5c77b89e28cb1 (diff) | |
download | tangerine-bls-dev.tar.gz tangerine-bls-dev.tar.zst tangerine-bls-dev.zip |
add sample for bls12-381dev
Diffstat (limited to 'sample/bls_smpl.cpp')
-rw-r--r-- | sample/bls_smpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/bls_smpl.cpp b/sample/bls_smpl.cpp index e812cd5..ffd48ba 100644 --- a/sample/bls_smpl.cpp +++ b/sample/bls_smpl.cpp @@ -1,4 +1,4 @@ -#define MCLBN_FP_UNIT_SIZE 4 +#include <bls/bls384_256.h> #include <bls/bls.hpp> #include <cybozu/option.hpp> #include <cybozu/itoa.hpp> |