This commit is contained in:
Doug Hoyte 2023-05-04 15:58:18 -04:00
parent 818c46d268
commit e789796ea8
1 changed files with 9 additions and 2 deletions

View File

@ -16,12 +16,13 @@ This repo contains the protocol specification, reference implementations, and te
* [Range](#range)
* [Message](#message)
* [Analysis](#analysis)
* [APIs](#apis)
* [Reference Implementation APIs](#reference-implementation-apis)
* [C++](#c)
* [Javascript](#javascript)
* [Implementation Enhancements](#implementation-enhancements)
* [Deferred Range Processing](#deferred-range-processing)
* [Pre-computing](#pre-computing)
* [Use-Cases](#use-cases)
* [Copyright](#copyright)
<!-- END OF TOC -->
@ -188,7 +189,7 @@ The amount of bandwidth consumed will grow linearly with the number of differenc
## APIs
## Reference Implementation APIs
### C++
@ -285,6 +286,12 @@ How or if this is implemented is independent of the protocol as described in thi
## Use-Cases
* [Bandwidth-efficient Nostr event syncing](https://github.com/hoytech/strfry/blob/next/docs/negentropy.md)
## Copyright
(C) 2023 Doug Hoyte