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

Side by Side Diff: src/pkg/Makefile

Issue 240043: code review 240043: Adds the SHA512 Hash functions as specified in FIPS 180-2. (Closed)
Patch Set: code review 240043: Adds the SHA512 Hash functions as specified in FIPS 180-2. Created 15 years 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/pkg/crypto/sha512/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 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 # After editing the DIRS= list or adding imports to any Go files 5 # After editing the DIRS= list or adding imports to any Go files
6 # in any of those directories, run: 6 # in any of those directories, run:
7 # 7 #
8 # ./deps.bash 8 # ./deps.bash
9 # 9 #
10 # to rebuild the dependency information in Make.deps. 10 # to rebuild the dependency information in Make.deps.
(...skipping 25 matching lines...) Expand all
36 crypto/aes\ 36 crypto/aes\
37 crypto/block\ 37 crypto/block\
38 crypto/blowfish\ 38 crypto/blowfish\
39 crypto/hmac\ 39 crypto/hmac\
40 crypto/md4\ 40 crypto/md4\
41 crypto/md5\ 41 crypto/md5\
42 crypto/rc4\ 42 crypto/rc4\
43 crypto/rsa\ 43 crypto/rsa\
44 crypto/sha1\ 44 crypto/sha1\
45 crypto/sha256\ 45 crypto/sha256\
46 crypto/sha512\
46 crypto/subtle\ 47 crypto/subtle\
47 crypto/tls\ 48 crypto/tls\
48 crypto/x509\ 49 crypto/x509\
49 crypto/xtea\ 50 crypto/xtea\
50 debug/dwarf\ 51 debug/dwarf\
51 debug/macho\ 52 debug/macho\
52 debug/elf\ 53 debug/elf\
53 debug/gosym\ 54 debug/gosym\
54 debug/proc\ 55 debug/proc\
55 ebnf\ 56 ebnf\
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 172
172 bench: bench.dirs ../../test/garbage.bench 173 bench: bench.dirs ../../test/garbage.bench
173 174
174 nuke: nuke.dirs 175 nuke: nuke.dirs
175 rm -rf "$(GOROOT)"/pkg/* 176 rm -rf "$(GOROOT)"/pkg/*
176 177
177 deps: 178 deps:
178 ./deps.bash 179 ./deps.bash
179 180
180 -include Make.deps 181 -include Make.deps
OLDNEW
« no previous file with comments | « no previous file | src/pkg/crypto/sha512/Makefile » ('j') | no next file with comments »

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