- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for unexpectedly (0.07 sec)
-
CHANGELOG/CHANGELOG-1.19.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
0x35, } b, err := New(key) if err != nil { return err } buf := make([]byte, 16) NewCBCEncrypter(b, iv).CryptBlocks(buf, plaintext) if !bytes.Equal(buf, ciphertext) { return errors.New("unexpected result") } NewCBCDecrypter(b, iv).CryptBlocks(buf, ciphertext) if !bytes.Equal(buf, plaintext) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.0.0/fips140/v1.0.0/aes/cbc.go // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
with `--copt=/experimental:preprocessor --host_copt=/experimental:preprocessor` (see `.bazelrc` for more details). Builds including TensorFlow may fail with unexpected syntax errors if these flags are absent. See also [this thread on SIG Build](https://groups.google.com/a/tensorflow.org/g/build/c/LbAw8RILvTg/m/ttnuhYU2BgAJ). ## Known Caveats
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)