R50 de573f54c9319db4b7fcd02eb21c91f4
Программист, архитектор ПО

Алгоритм Педерсена на эллиптичексих кривых

Добавлено 05 мар 2024 в 23:05
Реализация на c# алгоритма распределённой генерации ключей (Pedersen 91) с пороговой схемой K из N (схема Шамира) на стандартных эллиптических кривых (Sec256k1 c возможностью замены)

https://github.com/maxirmx/dkg

Теоретическая основа

Pedersen, T.P. (1991). A Threshold Cryptosystem without a Trusted Party. In: Davies, D.W. (eds) Advances in Cryptology — EUROCRYPT ’91. EUROCRYPT 1991. Lecture Notes in Computer Science, vol 547. Springer, Berlin, Heidelberg.

Pedersen, T.P. (1992). Non-Interactive and Information-Theoretic Secure Verifiable Secret Sharing. In: Feigenbaum, J. (eds) Advances in Cryptology — CRYPTO ’91. CRYPTO 1991. Lecture Notes in Computer Science, vol 576. Springer, Berlin, Heidelberg.

Wong, Theodore & Wing, Jeannette. (2001). Verifiable Secret Redistribution.
B6125a967d