wokier / gwt-crypto

Automatically exported from code.google.com/p/gwt-crypto
8 stars 1 forks source link

Confusing error message on:DESedeEngine.java line:53 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
original
----------------------
if (keyMaster.length < 16) {
   throw new IllegalArgumentException("key size greater than 16 bytes");
}

change "greater" to "mustn't not less" or "must greater than" will be much 
better

Original issue reported on code.google.com by Alexande...@gmail.com on 20 Nov 2013 at 8:22