Hello, This is good news. Could the JEP talk about non-octet input length? If I read SHA3 correctly it will produce different hashes for 5- or 8-bit input. This means you cannot pad the input to byte boundaries and you would have to specify a length parameter to byte[] based doFinal().
Since the JEP mandates the NIST test vectors I guess the functionality cannot be skipped, as those specify odd input messages. With the recent work on HKDF is therr also a plan to provide a XOF API for sponge? Gruss Bernd -- http://bernd.eckenfels.net -----Original Message----- From: [email protected] To: [email protected] Cc: [email protected] Sent: Mi., 20 Apr. 2016 20:46 Subject: JEP 287: SHA-3 Hash Algorithms New JEP Candidate: http://openjdk.java.net/jeps/287 - Mark
