multi_party_ecdsa/protocols/mod.rs
1/*
2 Multi-party ECDSA
3
4 Copyright 2018 by Kzen Networks
5
6 This file is part of Multi-party ECDSA library
7 (https://github.com/KZen-networks/multi-party-ecdsa)
8
9 Multi-party ECDSA is free software: you can redistribute
10 it and/or modify it under the terms of the GNU General Public
11 License as published by the Free Software Foundation, either
12 version 3 of the License, or (at your option) any later version.
13
14 @license GPL-3.0+ <https://github.com/KZen-networks/multi-party-ecdsa/blob/master/LICENSE>
15*/
16
17pub mod multi_party_ecdsa;
18pub mod two_party_ecdsa;