Skip to content

Commit

Permalink
updated title size
Browse files Browse the repository at this point in the history
  • Loading branch information
cf committed Jun 10, 2023
1 parent 37b5d1b commit 18464fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ The permutation function exposed by the Poseidon2 class is one-to-one compatible
</div>


# Usage:
## For Goldilocks Field, T = 12
# Install
```bash
npm install poseidon2
```

## Usage For Goldilocks Field, T = 12
### Permute
```javascript
import {permute} from 'poseidon2/goldilocks-12';
Expand Down

0 comments on commit 18464fd

Please sign in to comment.