File tree Expand file tree Collapse file tree 4 files changed +991
-0
lines changed Expand file tree Collapse file tree 4 files changed +991
-0
lines changed Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " owasm-crypto"
3
+ version = " 0.1.13"
4
+ authors = [
" Band Protocol <[email protected] >" ]
5
+ edition = " 2018"
6
+ license = " Apache-2.0"
7
+ repository = " https://github.com/bandprotocol/owasm/tree/master/packages/crypto"
8
+ description = " Cryoto functions for Oracle script"
9
+ readme = " README.md"
10
+
11
+ [dependencies ]
12
+ hex = " 0.4.3"
13
+ rug = " 1.13.0"
14
+ num = " 0.4.0"
15
+ sha2 = " 0.9.5"
16
+ sha3 = " 0.9.1"
17
+ lazy_static = " 1.4.0"
Original file line number Diff line number Diff line change
1
+ # Owasm Crypto
2
+
3
+ [ ![ owasm-crypto on crates.io] ( https://img.shields.io/crates/v/owasm-crypto.svg )] ( https://crates.io/crates/owasm-crypto )
4
+
5
+ This crate contains cryptography-related functions which are available for owasm ` oei ` library.
6
+
7
+ ## Implementations
8
+ - ` ecvrf_verify() ` : Signature verification on a vrf proof
You can’t perform that action at this time.
0 commit comments