tango.util.cipher.RC6

License:
BSD style:

Authors:
Thomas Dixon

class RC6: tango.util.cipher.Cipher.BlockCipher;
Implementation of the RC6-32/20/b cipher designed by Ron Rivest et al. of RSA Security.

It should be noted that this algorithm is very similar to RC5. Currently there are no plans to implement RC5, but should that change in the future, it may be wise to rewrite both RC5 and RC6 to use some kind of template or base class.

This algorithm is patented and trademarked.

References:


http:
//people.csail.mit.edu/rivest/Rc6.pdf


Page generated by Ddoc. Copyright (C) Thomas Dixon 2008. All rights reserved.