From e5cd350bebeab6453f8c3bb3ebda51ecfd691533 Mon Sep 17 00:00:00 2001 From: Roel Date: Thu, 21 Jun 2018 11:23:41 +0200 Subject: [PATCH] Corrected export for `Get-RSAClearText` --- modules/SushiHangover-RSACrypto/SushiHangover-RSACrypto.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (