1.2.1 • Published 5 years ago

eth-treekem v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

eth-treekem

Ethereum TreeKEM javascript implementation. Based off of bifurcation/treekem.

Motivation

Existing encryption schemes like Signal work well for 1:1 chats but get expensive to maintain forward secrecy and Post-Compromise Security (PCS) for large group chats. TreeKEM as O(n) setup time but O(log(n)) group management operations and key refreshing. Efficient key refreshing is necessary to maintain PCS.

Getting Started

yarn
yarn test

References

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago