rsa

package
v0.0.0-...-3dbe2b2 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(ciphertext *big.Int, sk PrivateKey) *big.Int

func Encrypt

func Encrypt(m *big.Int, pk PublicKey) *big.Int

func encrypt(message []byte, pk PublicKey) ([]byte) {

func GenerateKeypair

func GenerateKeypair(key_bits int) (PublicKey, PrivateKey)

Types

type PrivateKey

type PrivateKey struct {
	Modulus, Exponent *big.Int
}

type PublicKey

type PublicKey struct {
	Modulus, Exponent *big.Int
}

Jump to

Keyboard shortcuts

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