|
Message
From: "Thilo Jeremias" <jeremias@o...>
Date: Tue, 26 Aug 2003 22:13:47 +1000
Subject: AW: [oc] Encryption algorithms map to hardware
Most algorithms don't encrypts that block-size
(except for a 2048-bit RSA, that you wouldn't want to implement)
All the symetric ciphers (DES,AES,RC4,...) have either
fixed block-sizes (64 .. 256 bits) (you could chain a number of them), or
are streaming ciphers.
AES (Rijndael) offers variable block sizes (I'm not sure if 2k is ok)
Have a look at:
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/sbox.pdf (AES HW)
RSA Labs:
http://www.rsasecurity.com/rsalabs/
NSA
http://www.nsa.gov/
thilo
-----Ursprungliche Nachricht-----
Von: owner-cores@o... [mailto:owner-cores@o...]Im
Auftrag von jae lim
Gesendet: Tuesday, August 26, 2003 04:45
An: cores@o...
Betreff: [oc] Encryption algorithms map to hardware
hey there
Does anybody have idea of how to map encryption
algorithms into hardware? Also, what kind of algorithm
could encypt up to 2048 bit packet?
thanks
|
 |