keystore-0.8.1.1: Managing stores of secret things
Data.KeyStore.KS.Packet
encocdeEncryptionPacket :: Safeguard -> RSASecretBytes -> EncryptionPacket Source #
decocdeEncryptionPacketE :: EncryptionPacket -> E (Safeguard, RSASecretBytes) Source #
encocdeSignaturePacket :: Safeguard -> RSASignature -> SignaturePacket Source #
decocdeSignaturePacketE :: SignaturePacket -> E (Safeguard, RSASignature) Source #
testBP :: ByteString -> BP a -> IO a Source #