mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-15 06:23:09 +00:00
Adds a new package for the browser implementation of scalable data sync. Ports some of the nim implementation of bloom filter to ts. Adds protobuf definition for SDS messages.
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import { BloomFilter } from "./bloom.js";
|
|
|
|
export { BloomFilter };
|