Skip to content

Commit ea2332f

Browse files
committed
Updated README
1 parent 908b58e commit ea2332f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ you can execute the following command:
6363
bash gen_self_signed_certs.sh <n_parties>
6464
```
6565

66-
### Usage
66+
## Usage
6767

6868
First, you need to load the configuration for the node using the `NetworkConfig`
6969
struct. To create a network configuration, you provide the path of the JSON
@@ -77,7 +77,7 @@ shares, field elements, polynomials, or any other serializable type in the
7777
library. Theinteraction between parties are done using the functions `send` and
7878
`recv` defined in the `Network` implementation.
7979

80-
### Missing features
80+
## Missing features
8181

8282
- [x] ~~~Implement secp256k1~~~.
8383
- [ ] Implement Feldman VSS.

0 commit comments

Comments
 (0)