Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ChecksumSHA256 (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/hash/checksum_test.go

    		{"ChecksumSHA1-composite", ChecksumSHA1, false, false},
    		{"ChecksumSHA256-composite", ChecksumSHA256, false, false},
    		{"ChecksumSHA1-full-object", ChecksumSHA1, true, true},     // SHA1 does not support full object
    		{"ChecksumSHA256-full-object", ChecksumSHA256, true, true}, // SHA256 does not support full object
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 22 14:15:21 GMT 2025
    - 7.1K bytes
    - Click Count (0)
Back to Top