Skip to content

Commit 3413d4f

Browse files
committed
Update README.md
1 parent 1dc6b83 commit 3413d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PySNARK can use [qaptools](https://github.com/Charterhouse/qaptools) or [libsnar
2020

2121
Features:
2222

23-
* Support Unix platforms (Linux, Mac OS X, ...) and Windows
23+
* Pure Python 3.*; libsnark and qaptools backends supported on Windows/Linux/Mac OS
2424
* Automatically produce Solidity smart contracts
2525
* Automatically produce snarkjs circuit+witness or verification key+proof+public values
2626
* Support for [integer arithmetic](https://github.com/meilof/pysnark/blob/master/pysnark/runtime.py#L179), [linear algebra](https://github.com/meilof/pysnark/blob/master/pysnark/linalg.py#L3), [arrays with conditional indexing](https://github.com/meilof/pysnark/blob/master/pysnark/array.py#L36), [if statements](https://github.com/meilof/pysnark/blob/master/pysnark/branching.py#L10) and [branching](https://github.com/meilof/pysnark/blob/master/pysnark/branching.py#L132), and [hashing](https://github.com/meilof/pysnark/blob/master/pysnark/hash.py#L61); see provided [examples](https://github.com/meilof/pysnark/tree/master/examples)

0 commit comments

Comments
 (0)