Skip to content

Commit 28f730b

Browse files
authored
docs: fix article usage and phrasing in documentation
1 parent 80f90f4 commit 28f730b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackathons/TOOLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
##### Cryptography
4646

4747
- [Sparse Merkle Tree Verifier](https://github.com/vocdoni/smtverifier-noir/tree/main) - a library for verification of sparse Merkle trees
48-
- [RSA](https://github.com/SetProtocol/noir-rsa) - this repository contains an implementation of a RSA signature verify for the Noir language
48+
- [RSA](https://github.com/SetProtocol/noir-rsa) - this repository contains an implementation of an RSA signature verify for the Noir language
4949
- [Merkle Root](https://github.com/tomoima525/noir-merkle-root) - a library for calculating Merkle root from given inputs. Using the Poseidon function for hashing
5050
- [Quantized arithmetic](https://github.com/storswiftlabs/quantized_arithmetic) - a library for quantized value operations of zero-point quantization
5151
- [SHA-1](https://github.com/michaelelliot/noir-sha1) - a library for generating hashes using SHA-1 hashing function
@@ -60,7 +60,7 @@
6060

6161
- [SKProof](https://github.com/0x3327/skproof) - a Scikit-learn compatible Python library for generating ZK proofs of execution
6262
- [ML](https://github.com/metavind/noir-ml) - a library for implementing neural networks in Noir
63-
- [zkML-Noir](https://github.com/storswiftlabs/zkml-noir) - a library for Python ML model transcoding Noir, including various algorithms such as Decision tree, K-Means, XGBoost, FNN, CNN
63+
- [zkML-Noir](https://github.com/storswiftlabs/zkml-noir) - a library for Python ML model transcoding to Noir, including various algorithms such as Decision tree, K-Means, XGBoost, FNN, CNN
6464
- [Matrix Operations](https://github.com/storswiftlabs/matrix_operations) - a library for matrix operations that provides functionality for performing various matrix operations
6565
- [Convolution](https://github.com/storswiftlabs/convolution) - a library for Convolutional Neural Network (CNN) library in Noir, including Convolutional layers, Pooling layers, and Linear (fully connected) layers.
6666

0 commit comments

Comments
 (0)