c0dearm / sharks

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

Add support for WASM target #7

Closed c0dearm closed 4 years ago

c0dearm commented 4 years ago

Would love seeing this crate working on the web!

zer0x64 commented 4 years ago

I've done this a bunch of time, so I can do this without any problem. Leave this to me, this should be done within the next 24 hours!

c0dearm commented 4 years ago

Holy cow, you are great!

zer0x64 commented 4 years ago

Opened draft opened here: https://github.com/c0dearm/sharks/pull/10

I'll try to work a bit to get the shares as an opaque pointer, I believe it would be cleaner.

c0dearm commented 4 years ago

Working on this in another repo: https://github.com/c0dearm/sharks-wasm