Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type KWKey = ByteString Source #
type KWPKey = ByteString Source #
type KWWrappedKey = ByteString Source #
type KWPWrappedKey = ByteString Source #
keyWrap :: BlockCipher128 -> KWKey -> BlockCipher128Key -> IO KWWrappedKey Source #
keyUnwrap :: BlockCipher128 -> KWWrappedKey -> BlockCipher128Key -> IO KWKey Source #
keyWrapPadded :: BlockCipher128 -> KWPKey -> BlockCipher128Key -> IO KWPWrappedKey Source #
keyUnwrapPadded :: BlockCipher128 -> KWPWrappedKey -> BlockCipher128Key -> IO KWPKey Source #
nistKeyWrapEncode :: BlockCipher128 -> Bool -> ByteString -> ByteString -> IO ByteString Source #
nistKeyWrapDecode :: BlockCipher128 -> Bool -> ByteString -> ByteString -> IO ByteString Source #