X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e5b61a8dec3586f96d25bd3ef454176526ff0f69..f4ed788cf4e6bf263a417eb8d7832c269b7a9db7:/symm/safer.c diff --git a/symm/safer.c b/symm/safer.c index 8dd31cbf..a75e6147 100644 --- a/symm/safer.c +++ b/symm/safer.c @@ -59,8 +59,8 @@ extern const octet safer_s[256], safer_si[256]; * * Returns: --- * - * Use: Initializes an SAFER expanded key. A default number of - * rounds is chosen, based on the key length. + * Use: Initializes an SAFER expanded key, with lots of options + * controlling how to do it. */ struct ksched { @@ -252,7 +252,6 @@ void safersk_init(safer_ctx *k, const void *buf, size_t sz) KXS(k, a, b, c, d, e, f, g, h); \ } while (0) - void safer_eblk(const safer_ctx *k, const uint32 *src, uint32 *dst) { octet a, b, c, d, e, f, g, h;