gnu-crypto-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Crypto] GNU Crypto 2.1.0


From: TAKIGUCHI Naruhito
Subject: Re: [GNU Crypto] GNU Crypto 2.1.0
Date: Sat, 29 Oct 2005 19:15:34 +0900

Hi, Casey.

I had reported a bug in EMSA_PSS.java previously.
But, It seems this bug isn't fixed in GNU Crypto 2.1.0.

-----
    EMSA_PSS.java, line: 379, 
        "for( int i = 0; i < limit; i++ )"
                         ^^^^^^^^^
    In correctly,
        "for ( int i = 0; i <= limit; i++ )"
                          ^^^^^^^^^^
-----

---
NARUHITO                      mailto:address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]