# Sharded Secret Key Reconstruction (SSKR) by [[Christopher Allen]]
Specification: https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-011-sskr.md
Implementation repo: https://github.com/BlockchainCommons/bc-sskr
## General
- Much more promising implementation of [[Shamir Secret Sharing]] than [[SLIP 39]]
- [[BIP39]] compatible
- Appears to use 30 words per shard, need to confirm
## (Old, from 2019) Standards Document drafted at [[Web of Trust]] in Prague
https://github.com/WebOfTrustInfo/rwot9-prague/blob/master/draft-documents/shamir-secret-sharing.mediawiki
Mostly technical stuff, didn't find anything that insightful that wasn't already included in [[Christopher Allen]]'s preceding comments
![[Screen Shot 2021-07-21 at 5.04.13 PM.png]]