File tree 3 files changed +36
-4
lines changed
3 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 1
- # lambdaworks Crypto
1
+ # lambdaworks-crypto [ ![ Latest Version ]] [ crates.io ]
2
2
3
- This folder contains different cryptographic primitives needed for proof systems. The main elements are:
3
+ [ Latest Version ] : https://img.shields.io/crates/v/lambdaworks-crypto.svg
4
+ [ crates.io ] : https://crates.io/crates/lambdaworks-crypto
5
+
6
+
7
+ ## Usage
8
+
9
+ Add this to your ` Cargo.toml `
10
+ ``` toml
11
+ [dependencies ]
12
+ lambdaworks-crypto = " 0.5.0"
13
+ ```
14
+
15
+ ## Structure
16
+
17
+ This crate contains different cryptographic primitives needed for proof systems. The main elements are:
4
18
- [ Merkle trees] ( https://github.com/lambdaclass/lambdaworks/tree/main/crypto/src/merkle_tree )
5
19
- [ Hash functions] ( https://github.com/lambdaclass/lambdaworks/tree/main/crypto/src/hash )
6
20
- [ Fiat Shamir transformation] ( https://github.com/lambdaclass/lambdaworks/tree/main/crypto/src/fiat_shamir )
Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
3
This site hosts the main documentation for Lambdaworks as a whole. It is still a work in progress.
4
+
5
+ ## Crates
6
+
7
+ - [ lambdaworks-math] ( https://crates.io/crates/lambdaworks-math )
8
+ - [ lambdaworks-crypto] ( https://crates.io/crates/lambdaworks-crypto )
9
+ - [ lambdaworks-gpu] ( https://crates.io/crates/lambdaworks-gpu )
Original file line number Diff line number Diff line change 1
- # lambdaworks Math
1
+ # lambdaworks-math [ ![ Latest Version ]] [ crates.io ]
2
2
3
- This folder contains all the relevant mathematical building blocks needed for proof systems and cryptography. The main parts are:
3
+ [ Latest Version ] : https://img.shields.io/crates/v/lambdaworks-math.svg
4
+ [ crates.io ] : https://crates.io/crates/lambdaworks-math
5
+
6
+
7
+ ## Usage
8
+ Add this to your ` Cargo.toml `
9
+ ``` toml
10
+ [dependencies ]
11
+ lambdaworks-math = " 0.5.0"
12
+ ```
13
+
14
+ ## Structure
15
+ This crate contains all the relevant mathematical building blocks needed for proof systems and cryptography. The main parts are:
4
16
- [ Finite Fields] ( https://github.com/lambdaclass/lambdaworks/tree/main/math/src/field )
5
17
- [ Elliptic curves] ( https://github.com/lambdaclass/lambdaworks/tree/main/math/src/elliptic_curve )
6
18
- [ Polynomials - univariate and multivariate] ( https://github.com/lambdaclass/lambdaworks/tree/main/math/src/polynomial )
You can’t perform that action at this time.
0 commit comments