- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNFold (0.05 sec)
-
src/test/java/jcifs/tests/PACTest.java
import jcifs.util.Hexdump; /** * @author mbechler * */ @SuppressWarnings ( { "nls", "javadoc", "restriction" } ) public class PACTest { @Test public void testNFold () { // rfc3961 test vectors verifyNfold(64, "012345", "be072631276b1955"); verifyNfold(56, "password", "78a07b6caf85fa"); verifyNfold(64, "Rough Consensus, and Running Code", "bb6ed30870b7f0e0");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Oct 01 12:01:17 UTC 2023 - 22.3K bytes - Viewed (0)