wtns-file 0.1.0

Snarkjs .wtns binary file format parser/serializer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wtns-file"
version = "0.1.0"
edition = "2018"
description = "Snarkjs .wtns binary file format parser/serializer "
authors = ["Dmitry Vdovin <voidxnull@gmail.com>"]
homepage = "https://github.com/zeropoolnetwork/zeropool-utils"
repository = "https://github.com/zeropoolnetwork/zeropool-utils"
license = "MIT OR Apache-2.0"
exclude = [
    "tests/*",
]

[dependencies]
byteorder = "1.4.2"