aboutsummaryrefslogtreecommitdiffstats
path: root/ffi/cs/readme-ja.md
blob: 73c4a3e161eb13dcfb1fb0f804a2fbc6ab86a9f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# BLS署名のC#バインディング

# 必要環境

* Visual Studio 2017(x64) or later
* C# 7.2 or later
* .NET Framework 4.5.2 or later

# DLLのビルド方法

Visual Studio 201764bit用コマンドプロンプトを開いて
```
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)