- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Write (0.05 sec)
-
RELEASE.md
* Fixes an integer overflow in TFLite ([CVE-2022-23559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23559)) * Fixes a dangerous OOB write in TFLite ([CVE-2022-23561](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23561)) * Fixes a vulnerability leading to read and write outside of bounds in TFLite ([CVE-2022-23560](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23560))
Registered: 2025-05-27 12:39 - Last Modified: 2025-04-21 16:40 - 738.1K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
Section 10.1.2.2. // K = HMAC (K, V || 0x00 || provided_data) h := hmac.New(hash, K) h.Write(d.V) h.Write([]byte{0x00}) h.Write(entropy) h.Write(nonce) switch s := s.(type) { case plainPersonalization: h.Write(s) case blockAlignedPersonal: l := len(d.V) + 1 + len(entropy) + len(nonce) for _, b := range s { pad000(h, l) h.Write(b) l = len(b) } } K = h.Sum(K[:0]) // V = HMAC (K, V) h = hmac.New(hash, K) h.Write(d.V) d.V = h.Sum(d.V[:0]) // K = HMAC (K, V || 0x01 || provided_data). h.Reset() h.Write(d.V)...
Registered: 2025-05-27 11:13 - Last Modified: 2025-01-29 15:10 - 635K bytes - Viewed (0) -
api/go1.14.txt
pkg hash/maphash, method (*Hash) SetSeed(Seed) pkg hash/maphash, method (*Hash) Size() int pkg hash/maphash, method (*Hash) Sum([]uint8) []uint8 pkg hash/maphash, method (*Hash) Sum64() uint64 pkg hash/maphash, method (*Hash) Write([]uint8) (int, error) pkg hash/maphash, method (*Hash) WriteByte(uint8) error pkg hash/maphash, method (*Hash) WriteString(string) (int, error) pkg hash/maphash, type Hash struct pkg hash/maphash, type Seed struct
Registered: 2025-05-27 11:13 - Last Modified: 2023-02-17 20:31 - 508.9K bytes - Viewed (0) -
api/go1.20.txt
pkg io, method (*OffsetWriter) Seek(int64, int) (int64, error) #45899 pkg io, method (*OffsetWriter) WriteAt([]uint8, int64) (int, error) #45899 pkg io, method (*OffsetWriter) Write([]uint8) (int, error) #45899 pkg io, type OffsetWriter struct #45899 pkg math/rand, func Read //deprecated #20661 pkg math/rand, func Seed //deprecated #56319 pkg net, const FlagRunning = 32 #53482
Registered: 2025-05-27 11:13 - Last Modified: 2023-02-17 21:23 - 602.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- Fixed a race condition on API server startup ensuring previously created webhook configurations are effective before the first write request is admitted. ([#95783](https://github.com/kubernetes/kubernetes/pull/95783), [@roycaihw](https://github.com/roycaihw)) [SIG API Machinery]
Registered: 2025-05-30 09:05 - Last Modified: 2022-01-05 05:42 - 489.7K bytes - Viewed (0) -
docs/en/docs/release-notes.md
### Docs * 📝 Update GraphQL docs, recommend Strawberry. PR [#3981](https://github.com/tiangolo/fastapi/pull/3981) by [@tiangolo](https://github.com/tiangolo). * 📝 Re-write and extend Deployment guide: Concepts, Uvicorn, Gunicorn, Docker, Containers, Kubernetes. PR [#3974](https://github.com/tiangolo/fastapi/pull/3974) by [@tiangolo](https://github.com/tiangolo).
Registered: 2025-05-25 07:19 - Last Modified: 2025-05-22 09:45 - 522.5K bytes - Viewed (0)