Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDeterministicKey ¶
func GenerateDeterministicKey(seed int64) *rsa.PrivateKey
GenerateDeterministicKey generates an RSA private key deterministically based on the provided seed. This function uses a deterministic random source to generate the primes p and q, ensuring that the same seed will always produce the same private key. The generated key is 2048 bits in size.
Reference: https://pkg.go.dev/crypto/rsa#GenerateKey
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.