aboutsummaryrefslogtreecommitdiffstats
path: root/sample/bls_smpl.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-08-21 16:46:04 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-08-21 16:46:04 +0800
commitb8ebd3f7a3256a41e7fd54019610341d8206cf10 (patch)
tree6d718391d8d4cb961d8958c7b34a944dcfa3c6ed /sample/bls_smpl.cpp
parente35cd5ff5655f302b8c1a54ab721ff3c16f6f390 (diff)
downloaddexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar.gz
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar.bz2
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar.lz
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar.xz
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.tar.zst
dexon-bls-b8ebd3f7a3256a41e7fd54019610341d8206cf10.zip
reorder of class
Diffstat (limited to 'sample/bls_smpl.cpp')
-rw-r--r--sample/bls_smpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/bls_smpl.cpp b/sample/bls_smpl.cpp
index bbb558c..7c08a39 100644
--- a/sample/bls_smpl.cpp
+++ b/sample/bls_smpl.cpp
@@ -6,7 +6,7 @@
typedef std::vector<int> IntVec;
const std::string pubFile = "sample/publickey";
-const std::string secFile = "sample/privatekey";
+const std::string secFile = "sample/secretkey";
const std::string signFile = "sample/sign";
std::string makeName(const std::string& name, int id)