threshold

package
v4.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

package Threshold cryptosystem

Threshold cryptography uses multiple keys or parties to generate secure cryptographic keys/signatures.

The secret key is split into shares for distribution. Multiple parties must combine their shares to reconstruct the original key, preventing a single party from accessing it alone.

Key generation can involve combining independent key pairs for added security. This approach reduces the risk of a single party compromising the private key and the system.

Directories

Path Synopsis
Package shamir is Shamir’s Secret Sharing is a method for dividing a secret into multiple parts and distributing those parts among different participants.
Package shamir is Shamir’s Secret Sharing is a method for dividing a secret into multiple parts and distributing those parts among different participants.
Package signature provides an implementation of threshold signatures.
Package signature provides an implementation of threshold signatures.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL