Sujet : Re: Byte Addressability And Beyond
De : tkoenig (at) *nospam* netcologne.de (Thomas Koenig)
Groupes : comp.archDate : 03. Jun 2024, 19:01:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3l0cs$8d0$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : slrn/1.0.3 (Linux)
Scott Lurndal <
scott@slp53.sl.home> schrieb:
Adding encryption (which of the dozen standard symmetric and asymmetric
cipher algoritnms?)
At the moment, AES.
to a hardware device does increase complexity, and
thus cost at the expense of extensibility (new algorithms come along
periodically). The cost of verifying crypto is a bit higher as it is
very important to get correct when baking into gates.
Seems to be fairly common these days, looking at
https://en.wikipedia.org/wiki/AES_instruction_set .
It appears that one round of AES fits fairly well into one cycle.