Documentation
¶
Overview ¶
Package rsa shows a simple implementation of RSA algorithm
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorFailedToDecrypt = errors.New("failed to Decrypt")
ErrorFailedToDecrypt Raised when Decrypt function fails to decrypt the encrypted message
View Source
var ErrorFailedToEncrypt = errors.New("failed to Encrypt")
ErrorFailedToEncrypt Raised when Encrypt function fails to encrypt the message
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.