Skip to content

Latest commit

History

History
25 lines (15 loc) 路 1.19 KB

secret-sharing.md

File metadata and controls

25 lines (15 loc) 路 1.19 KB
description cover coverY
Also an interesting cryptography primitive
../../.gitbook/assets/cyberpunk-2077-scam-featured.jpg
210.55267702936095

馃か Secret sharing

Feldman Verifiable Secret Shares

Secret Sharing Schemes - a cryptography primitive that allows a single user to share a secret S among N other users. At the same time, none of them alone can restore the secret. This will only be possible when T out of N users have exchanged their parts.

Depending on the algorithm, they can be verifiable (this is when the participants in the division will have cryptographic proof that their part is the real part of the shared secret)

Significance for KLYNTAR

At the moment, the main usage can be represented on DApps 2.0 or within smart contracts(both for EVM and WASM) for some specific functionality.

Links

{% embed url="https://link.springer.com/referenceworkentry/10.1007/0-387-23483-7_452" %}

{% embed url="https://asecuritysite.com/shares/sss_fel" %}