Shamir’s Secret Sharing is an algorithm that enables safe and secret distribution of private data/information (e.g. Private Keys). All data/information is split up into smaller shares which are then distributed amongst the group or network for safekeeping.

Similar