- Sort Score
- Result 10 results
- Languages All
Results 31 - 39 of 39 for SHA (0.03 sec)
-
cmd/streaming-signature-v4.go
return n, cr.err } if cap(cr.buffer) < size { cr.buffer = make([]byte, size) } else { cr.buffer = cr.buffer[:size] } // Now, we read the payload and compute its SHA-256 hash. _, err = io.ReadFull(cr.reader, cr.buffer) if err == io.EOF && size != 0 { err = io.ErrUnexpectedEOF } if err != nil && err != io.EOF { cr.err = err return n, cr.err }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 18.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
found in the LICENSE file. // Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 // hash algorithms as defined in FIPS 180-4. package sha512 import ( "crypto/internal/fips140" "crypto/internal/fips140deps/byteorder" "errors" ) const ( // size512 is the size, in bytes, of a SHA-512 checksum. size512 = 64 // size224 is the size, in bytes, of a SHA-512/224 checksum. size224 = 28 // size256 is the size, in bytes, of a SHA-512/256 checksum. size256 = 32 // size384 is the size, in...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
0427 ; mapped ; 0447 # 1.1 CYRILLIC CAPITAL LETTER CHE 0428 ; mapped ; 0448 # 1.1 CYRILLIC CAPITAL LETTER SHA 0429 ; mapped ; 0449 # 1.1 CYRILLIC CAPITAL LETTER SHCHA 042A ; mapped ; 044A # 1.1 CYRILLIC CAPITAL LETTER HARD SIGN
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
SHA256RNDS2 X0, X11, X2 // 410f38cbd3 SHA256RNDS2 X0, (BX), X11 // 440f38cb1b SHA256RNDS2 X0, (R11), X11 // 450f38cb1b SHA256RNDS2 X0, X2, X11 // 440f38cbda SHA256RNDS2 X0, X11, X11 // 450f38cbdb // Rest SHA instructions tests. SHA1MSG1 (BX), X2 // 0f38c913 SHA1MSG1 (R11), X2 // 410f38c913 SHA1MSG1 X2, X2 // 0f38c9d2 SHA1MSG1 X11, X2 // 410f38c9d3 SHA1MSG1 (BX), X11 // 440f38c91b
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Feb 20 11:20:03 UTC 2025 - 57.7K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
* Fix: Recover gracefully when trimming the response cache fails. * New: Add multiple path segments using a single string in `HttpUrl.Builder`. * New: Support SHA-256 pins in certificate pinner. ## Version 3.1.2 _2016-02-10_ * Fix: Don’t crash when finding the trust manager on Robolectric. We attempted
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.codec=default # Number of primary shards for the index. index.number_of_shards=5 # Auto expand replicas setting for the index. index.auto_expand_replicas=0-1 # Digest algorithm for index IDs. index.id.digest.algorithm=SHA-512 # Initial password for the index user. index.user.initial_password=admin # field names # Field name for favorite count in the index. index.field.favorite_count=favorite_count
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 0-1 */ String INDEX_auto_expand_replicas = "index.auto_expand_replicas"; /** The key of the configuration. e.g. SHA-512 */ String INDEX_ID_DIGEST_ALGORITHM = "index.id.digest.algorithm"; /** The key of the configuration. e.g. admin */ String INDEX_USER_initial_password = "index.user.initial_password";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.12.md
> - Start SHA: 91e7b4fd31fcd3d5f436da26c980becec37ceefe > - End Sha: 337e0e18f1aefa199bd0a1786f8eab42e948064c ## Known Issues
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
- Kubernetes 1.24 is built with go1.18, which will no longer validate certificates signed with a SHA-1 hash algorithm by default. See https://golang.org/doc/go1.18#sha1 for more details. If you are using certificates like this in admission or conversion ([#109024](https://github.com/kubernetes/kubernetes/pull/109024), [@stlaz](https://github.com/stlaz))...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0)