Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 525f06bc62a65017cd2217d7584e5920 (0.19 sec)

  1. test/fixedbugs/bug257.go

    	"\n" +
    	"Abraham Lincoln, November 19, 1863, Gettysburg, Pennsylvania\n"
    
    func main() {
    	m := md5.New()
    	io.WriteString(m, data)
    	hash := fmt.Sprintf("%x", m.Sum(nil))
    	if hash != "525f06bc62a65017cd2217d7584e5920" {
    		println("BUG a", hash)
    		return
    	}
    
    	m = md5.New()
    	io.WriteString(m, gettysburg)
    	hash = fmt.Sprintf("%x", m.Sum(nil))
    	if hash != "d7ec5d9d47a4d166091e8d9ebd7ea0aa" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 2.9M bytes
    - Viewed (0)
Back to top