hOpenPGP-3.3: native Haskell implementation of OpenPGP (RFC9580)
Safe HaskellNone
LanguageHaskell2010

Codec.Encryption.OpenPGP.CFB

Documentation

encryptOpenPGPCfbRaw Source #

Arguments

:: forall (mode :: OpenPGPCFBMode). OpenPGPCFBModeW mode 
-> SymmetricAlgorithm 
-> IV 
-> ByteString

plaintext (with MDC trailer already appended)

-> ByteString

raw session key bytes

-> Either CipherError ByteString