coniks-sys / coniks-java

A CONIKS implementation in Java
http://coniks.org
Other
60 stars 13 forks source link

Make hash functions instance methods of their tree nodes #27

Open masomel opened 8 years ago

masomel commented 8 years ago

Currently a single hash function is defined in ServerUtils.java. Since the data to be hashed depends on the tree node, add a hash instance method to each type instead.