aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 76292d22b7b296e5a41636dcf7033279419145c8 (plain)
1
2
3
4
5
6
7
8
9
10
# TODO
## Proof-of-work
- [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions)
- [ ] check the nonce for incoming blocks

## Authentication
- [ ] pick a user authentication scheme
    - [ ] implement it

- [ ] Switch to RwLock (parking_lot)