c0dearm / sharks

Fast, small and secure Shamir's Secret Sharing library crate
https://crates.io/crates/sharks
Other
59 stars 11 forks source link

Adept Secret Sharing #15

Open burdges opened 4 years ago

burdges commented 4 years ago

Just fyi, there is some "upcoming" Adept Secret Sharing paper by Rogaway and Bellare, presumably it's a sequel to https://web.cs.ucdavis.edu/~rogaway/papers/rcss.pdf but..

I've only seen the talk so far, so not sure when it'll actually appear.

I think https://github.com/SpinResearch/RustySecrets expects to implement it whenever the paper gets released.

c0dearm commented 4 years ago

Hi @burdges, thanks for the news! I wasn't aware of this.

I will keep an eye on the paper when it is released to see if it is interesting to implement it. Letś keep this issue open for updates!