Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ample (0.02 sec)

  1. src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java

            // Verify a sample of encrypted messages can be decrypted (to avoid extensive decryption that might fail)
            int sampleSize = Math.min(5, encrypted.size());
            for (int i = 0; i < sampleSize; i++) {
                try {
                    byte[] decrypted = context.decryptMessage(encrypted.get(i));
                    assertArrayEquals(messages.get(i).getBytes(), decrypted, "Sample message " + i + " should decrypt correctly");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 44.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 📝 Add note about `time.perf_counter()` in middlewares. PR [#12095](https://github.com/fastapi/fastapi/pull/12095) by [@tiangolo](https://github.com/tiangolo).
    * 📝 Tweak middleware code sample `time.time()` to `time.perf_counter()`. PR [#11957](https://github.com/fastapi/fastapi/pull/11957) by [@domdent](https://github.com/domdent).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top