An open API service indexing awesome lists of open source software.

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

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)