esvm 0.0.1

SputnikVM - a Portable Blockchain Virtual Machine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "esvm"
version = "0.0.1"
license = "Apache-2.0"
authors = ["Stewart Mackenzie <setori88@gmail.com>", "Wei Tang <hi@that.world>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"

[dependencies]
log = "0.3"
tiny-keccak = "1.2"
ripemd160 = "0.5.2"
sha2 = "0.5.3"
digest = { version = "0.5", features = ["std"]}
secp256k1 = "0.6.2"
esvm-rlp = "0.0.1"
esvm-bigint = "0.0.1"