rsa_encrypt Function

public function rsa_encrypt(id_rsa_pub, message) result(ciphertext)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: id_rsa_pub(2)
integer(kind=int32), intent(in) :: message

Return Value integer(kind=int32)