package
0.0.0-20240504114610-406d6b92b2ee
Repository: https://github.com/xamarnath/gogram.git
Documentation: pkg.go.dev

# Functions

DoRSAencrypt encrypts exactly 1 message block of size 255 with the public key.
Fac splits a number into two primes, while p < q Part of diffie hellman's algorithm Uses Pollard's rho algorithm.
No description provided by the author
SplitPQ splits a number into two primes, while p1 < p2 Part of diffie hellman's algorithm, how it works - no idea.
No description provided by the author