Skip to content

bifurcation/treekeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treekeys

An attempt to implement the tree-based group keying scheme described by Cohn-Gordon, et al.

Quickstart

> go get github.com/bifurcation/treekeys
> go test github.com/bifurcation/treekeys -run Performance -v

Performance

On my MacBook Pro:

  Nodes   Setup  AckSetup  Update  AckUpdate
============================================
      3       1         0       0          0
      7       4         0       0          0
    127     115         0       0          0
   1023    1067         0       1          0
  32767   41825         6       7          8
 131071  183468        41      20         19

About

Group Keying via Trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages