Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OA committed Feb 2, 2024
1 parent a0a6ea8 commit 22de092
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Lightweight library that lets you create Merkle trees with custom branching fact

The library supports all hashing algorithms native to V out of the box.

You can also use custom hashing algorithms that are implemented according to the interface.

```v
pub type HashFunction = fn (data []u8) []u8
```

## :bulb: Interface

```v
Expand Down

0 comments on commit 22de092

Please sign in to comment.