Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for edilir (0.06 sec)

  1. docs/en/docs/release-notes.md

    benefits**, one of the main ones is that now the parameters of your functions with `Annotated` would **not be affected** at all.
    
    If you call those functions in **other places in your code**, the actual **default values** will be kept, your editor will help you notice missing **required arguments**, Python will require you to pass required arguments at **runtime**, you will be able to **use the same functions** for different things and with different libraries (e.g. **Typer** will soon support...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    // license that can be found in the LICENSE file. package ecdsa import ( "bytes" "crypto/internal/fips140" _ "crypto/internal/fips140/check" "crypto/internal/fips140/sha512" "errors" "sync" ) func testPrivateKey() *PrivateKey { // https://www.rfc-editor.org/rfc/rfc9500.html#section-2.3 return &PrivateKey{ pub: PublicKey{ curve: p256, q: []byte{ 0x04, 0x42, 0x25, 0x48, 0xF8, 0x8F, 0xB7, 0x82, 0xFF, 0xB5, 0xEC, 0xA3, 0x74, 0x44, 0x52, 0xC7, 0x2A, 0x1E, 0x55, 0x8F, 0xBD, 0x6F, 0x73, 0xBE, 0x5E, 0x48,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top