Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(982)

Delta Between Two Patch Sets: src/pkg/crypto/sha1/sha1block_decl.go

Issue 56990044: code review 56990044: An ARM version of sha1block.go with a big improvement i... (Closed)
Left Patch Set: Created 10 years, 2 months ago
Right Patch Set: diff -r 54a5513d9d6a https://code.google.com/p/go Created 10 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/crypto/sha1/sha1block_arm.s ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // +build amd64 386 5 // +build amd64 386 arm
6 6
7 package sha1 7 package sha1
8 8
9 //go:noescape 9 //go:noescape
10 10
11 func block(dig *digest, p []byte) 11 func block(dig *digest, p []byte)
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b