packages feed

cipher-camellia-0.0.1: Benchmarks/Benchmarks.hs

import Crypto.Cipher.Benchmarks
import Crypto.Cipher.Camellia

main = defaultMain
    [GBlockCipher (undefined :: Camellia128)
    ]