Gary Belvin
Gary Belvin
cc @reyzin
Related: https://github.com/google/keytransparency/pull/1450
Looks like some kind of infinite recursion in the compiler?
I'd like to add my support for this.
Would there be any interest in trying to syncronize this interface with the one in google/trillian#670 ?
Glad to see this PR moving forward! Thanks @Liamsi and @c633. I'll ask the Trillian team if we can use a `[32]byte` under the hood for consistency. Perhaps we can...
Would you be interested in putting a maximum length on the treeNonce for compatibility? Would be awesome to have a common interface.
Hmm, I wonder if we could hash the TreeID along with extra context onto the 32 byte nonce? On Wed, Jun 21, 2017 at 5:16 PM Vu Quoc Huy wrote:...
After some more thought, I'd love to jump on a call to discuss this. An 8 byte nonce would give us 32 bits of security before two tree nonces accidentally...
Trillian (the distributed merkle tree database) generates the treeID behind the scenes - the developers don't get to pick it. As for maintaining uniqueness of the nonce, 64 bits is...