Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGoldenMarshal (0.12 sec)

  1. src/crypto/sha512/sha512_test.go

    	"encoding/hex"
    	"fmt"
    	"hash"
    	"io"
    	"testing"
    )
    
    type sha512Test struct {
    	out       string
    	in        string
    	halfState string // marshaled hash state after first half of in written, used by TestGoldenMarshal
    }
    
    var golden224 = []sha512Test{
    	{
    		"6ed0dd02806fa89e25de060c19d3ac86cabb87d6a0ddd05c333b84f4",
    		"",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
Back to top