https://github.com/n0-computer/bao-docs
Documentation for BAO verified streaming as used in the iroh ipfs implementation
https://github.com/n0-computer/bao-docs
Last synced: 5 months ago
JSON representation
Documentation for BAO verified streaming as used in the iroh ipfs implementation
- Host: GitHub
- URL: https://github.com/n0-computer/bao-docs
- Owner: n0-computer
- Created: 2023-04-20T10:41:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T11:06:35.000Z (about 3 years ago)
- Last Synced: 2025-03-05T15:47:09.803Z (over 1 year ago)
- Language: HTML
- Size: 2.21 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resources for BAO and the Blake3 hash function
## Moving the bytes with BAO, IPFS þing 2023
[slides](bao-thing.html), [video](http://tbd)
## BLAKE3 and bao deep dive, 03/2023
[slides](bao.html), [video](https://www.youtube.com/watch?v=nk4nefmguZk)
## Presentation about BAO and Blake3, by one of the authors
[video](https://www.youtube.com/watch?v=Dya9c2DXMqQ)
## BAO spec
[github](https://github.com/oconnor663/bao/blob/master/docs/spec.md)
## Bao crate by oconnor663
[github](https://github.com/oconnor663/bao)
## Abao crate by rklaehn@n0
A fork of the above crate that adds chunk groups support and some tokio async support
[github](https://github.com/n0-computer/abao)
## Bao-tree crate by rklaehn@n0
A rewrite of bao that has runtime configurable chunk group size and adds multi range
request support. Also separates out the async better than the abao crate.
[github](https://github.com/n0-computer/bao-tree)