diff --git a/modules/SushiHangover-RSACrypto/SushiHangover-RSACrypto.psm1 b/modules/SushiHangover-RSACrypto/SushiHangover-RSACrypto.psm1 index b9c9024..d71c6c2 100755 --- a/modules/SushiHangover-RSACrypto/SushiHangover-RSACrypto.psm1 +++ b/modules/SushiHangover-RSACrypto/SushiHangover-RSACrypto.psm1 @@ -160,7 +160,7 @@ Function Get-RSAClearText { $clearBytes = Get-RSAClearBytes $CypherBase64 $OAEPPadding Return Convert-ByteToString $clearBytes } -Export-ModuleMember -function Set-RSAEncryptedBytes +Export-ModuleMember -function Get-RSAClearText Function Get-RSAEncryptedBytes { Param (