On Tue, Jun 20, 2006 at 10:30:52AM -0400, Michael Richardson wrote:
> 
> Are you sure that you want to have generic CBC code?
> 
> For many algorithms, there are optomizations that one can do when one is
> in CBC mode. 

If anything the parameterised scheme is going to make it easier to have
specific optimisations for an algorithm.  All you have to do is to
register under the name "cbc(yourname)" and off you go.

Basically from crytpo API's point of view having things like CBC hardcoded
is unnecessary and unscalable.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to