package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# Packages

Package partiallyblindrsa implements a partially blind RSA protocol.

# Functions

NewSigner creates a new Signer for the blind RSA protocol using an RSA private key.

# Constants

RSABSSA-SHA384_PSS_Deterministic.
RSABSSA-SHA384_PSS_Randomized.
RSABSSA-SHA384_PSSZero_Deterministic.
RSABSSA-SHA384_PSSZero_Randomized.

# Variables

# Structs

Client is a type that implements the client side of the blind RSA protocol, described in https://www.rfc-editor.org/rfc/rfc9474.html#name-rsabssa-variants.
Signer structure represents the signing server in the blind RSA protocol.

# Type aliases