Results 79 comments of Vu Quoc Huy

> Key server sends every new STR to the auditors I thought the auditors just act like a client? If not, do we need a consensus algorithm for the server...

> By this you mean that the auditors will query the key server at the beginning of every epoch like clients do? Yes. > I think we might need consensus...

I think this will be landed in go 1.10: https://github.com/golang/go/issues/11058

Sorry for the late response. As you mentioned in your email, we could store the salt (and other things) in a json-encoded file. OTOH, as we discussed in https://github.com/coniks-sys/coniks-go/pull/193#discussion_r150115421, we'll...

We started the discussion in #173. Also, iirc, we still have an open question: should the client send a key lookup first to get its index and then register with...

> What is the main purpose of doing this? IIRC this is what we were trying to understand since it is implemented in both Coname and KT. > Couldn't a...

Alternatively, we can use the multisig construction based on BLS signature described in https://eprint.iacr.org/2018/483.pdf AFAIK, this ASM (Accountable-Subgroup Multi-signatures) scheme provides all the aforementioned benefits. Furthermore, it also requires only...

> Would there be any interest in trying to syncronize this interface with the one in google/trillian#670 ? Definitely.

> Perhaps we can get some test vectors for cross verification? We would *love* to do that.

> how does an auditor obtain the directory's signing key? Maybe this relates to #52.