2005-04-22 10:11:15

by Denis Vlasenko

[permalink] [raw]
Subject: [PATCH 3/3] crypto: reduce twofish.o size

Currently twofish is the largest crypto module (~38k).

Most of that is a result of unrolling in key setup routine.
Converting some of it to loop brings module size down to 15k while
slowing key setup only by 7%.

Patches 1-3 were tested with tcrypt. Please apply.
--
vda


Attachments:
(No filename) (272.00 B)
3.tf.patch (9.81 kB)
Download all attachments