Hi
Here are the formulas to build the rollups from the components: aes = core + enc-base64 + md5 + evpkdf + cipher-core + aes hmac-md5 = core + md5 + hmac hmac-ripemd160 = core + ripemd160 + hmac hmac-sha1 = core + sha1 + hmac hmac-sha224 = core + sha256 + sha224 + hmac hmac-sha256 = core + sha256 + hmac hmac-sha384 = core + x64-core + sha512 + sha384 + hmac hmac-sha3 = core + x64-core + sha3 + hmac hmac-sha512 = core + x64-core + sha512 + hmac md5 = core + md5 pbkdf2 = core + sha1 + hmac + pbkdf2 rabbit = core + md5 + evpkdf + cipher-core + rabbit rabbit-legacy = core + md5 + evpkdf + cipher-core + rabbit-legacy rc4 = core + md5 + evpkdf + cipher-core + rc4 ripemd160 = core + ripemd160 sha1 = core + sha1 sha224 = core + sha256 + sha224 sha256 = core + sha256 sha384 = core + x64-core + sha512 + sha384 sha3 = core + x64-core + sha3 sha512 = core + x64-core + sha512 tripledes = core + enc-base64 + md5 + evpkdf + cipher-core + tripledes See my previous message about the way to convert the wiki documentation based on rollups into several Debian-provided components. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

