Versions in this module Expand all Collapse all v1 v1.6.1 Sep 7, 2025 Changes in this version + func DoRSAencrypt(block []byte, key *rsa.PublicKey) []byte + func Fac(pq *big.Int) (p, q *big.Int) + func Factorize(pq *big.Int) (*big.Int, *big.Int) + func MakeGAB(g int32, g_a, dh_prime *big.Int) (b, g_b, g_ab *big.Int) + func SplitPQ(pq *big.Int) (p1, p2 *big.Int) + func Xor(dst, src []byte) + type Random struct + func (r *Random) FastUint64() uint64