zkwork_aleo_protocol 0.3.6

A protocol lib for aleo pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2019-2022 6block.
// This file is the zk.work pool protocol for Aleo.

// The zkwork_aleo_protol library is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// You should have received a copy of the GNU General Public License
// along with the zkwork_aleo_protocol library. If not, see <https://www.gnu.org/licenses/>.

pub mod poolmessage;
pub use poolmessage::*;