[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug crypto/38142] SPECjvm2008 crypto.aes test fails due to lack of supp
From: |
csm at gnu dot org |
Subject: |
[Bug crypto/38142] SPECjvm2008 crypto.aes test fails due to lack of support for 168-bit tripledes keys |
Date: |
16 Nov 2008 05:24:33 -0000 |
------- Comment #2 from csm at gnu dot org 2008-11-16 05:24 -------
I'm not sure what AES is supposed to do with 168-bit keys; the algorithm is
supposed to only be defined for 128, 196, and 256-bit keys. Presumably
someone's made up a procedure for using keys of this length in AES, but some
quick searching didn't give me anything.
The JDK probably pads or truncates the key.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38142