Tags
Articles using the Computer Science tag. Explore articles categorized by tags, making it easy to find content on specific topics

5 min read
February 2024
Shamir's secret sharing algorithm (Example in Golang)
Shamir's Secret Sharing Algorithm stands out as a powerful tool for distributing and safeguarding secrets. In this article, I explore the complexities of Shamir's Secret Sharing Algorithm, delving into its fundamental principles, practical applicatio...

5 min read
February 2024
Secure multi-party computation (Example in Golang)
Multiparty Computation (MPC) is a cryptographic technique that enables multiple parties to jointly compute a function over their private inputs while keeping those inputs confidential. The primary goal of MPC is to allow computations on sensitive dat...