aboutsummaryrefslogtreecommitdiffstats
path: root/ffi/cs/readme-ja.md
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/cs/readme-ja.md')
-rw-r--r--ffi/cs/readme-ja.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/ffi/cs/readme-ja.md b/ffi/cs/readme-ja.md
new file mode 100644
index 0000000..73c4a3e
--- /dev/null
+++ b/ffi/cs/readme-ja.md
@@ -0,0 +1,36 @@
+# BLS署名のC#バインディング
+
+# 必要環境
+
+* Visual Studio 2017(x64) or later
+* C# 7.2 or later
+* .NET Framework 4.5.2 or later
+
+# DLLのビルド方法
+
+Visual Studio 2017の64bit用コマンドプロンプトを開いて
+```
+md work
+cd work
+git clone https://github.com/herumi/cybozulib_ext
+git clone https://github.com/herumi/mcl
+git clone https://github.com/herumi/bls
+cd bls
+mklib dll
+```
+としてbls/binにDLLを作成する。
+
+# サンプルのビルド方法
+
+bls/ffi/cs/bls.slnを開いて実行する。
+
+* 注意 bls256.slnは古いため使わないでください。
+
+# ライセンス
+
+modified new BSD License
+http://opensource.org/licenses/BSD-3-Clause
+
+# 著者
+
+光成滋生 MITSUNARI Shigeo(herumi@nifty.com)