Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments. Please
Sign in
to add in-line comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(165243)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
to create issues and add comments
Side by Side Diff: Modules/_sha3/kcp/KeccakP-1600-SnP.h
Issue
16113
:
Add SHA-3 (Keccak) support
Patch Set:
Created 3 years, 7 months ago
Left:
Base
Patch Set 1: None
Patch Set 2: None
Patch Set 3: None
Patch Set 4: None
Patch Set 5: None
Patch Set 6: None
Patch Set 7: None
Patch Set 8: None
Patch Set 9: None
Patch Set 10: None
Right:
Patch Set 1: None
Patch Set 2: None
Patch Set 3: None
Patch Set 4: None
Patch Set 5: None
Patch Set 6: None
Patch Set 7: None
Patch Set 8: None
Patch Set 9: None
Patch Set 10: None
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Jump to:
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Lib/test/vectors/sha3_224.txt
Lib/test/vectors/sha3_256.txt
Lib/test/vectors/sha3_384.txt
Lib/test/vectors/sha3_512.txt
Lib/test/vectors/shake_128.txt
Lib/test/vectors/shake_256.txt
Modules/hashlib.h
Modules/_sha3/cleanup.py
Modules/_sha3/clinic/sha3module.c.h
Modules/_sha3/kcp/align.h
Modules/_sha3/kcp/KeccakHash.c
Modules/_sha3/kcp/KeccakHash.h
Modules/_sha3/kcp/KeccakP-1600-64.macros
Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c
Modules/_sha3/kcp/KeccakP-1600-opt64.c
Modules/_sha3/kcp/KeccakP-1600-opt64-config.h
Modules/_sha3/kcp/KeccakP-1600-SnP.h
Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h
Modules/_sha3/kcp/KeccakP-1600-SnP-opt64.h
Modules/_sha3/kcp/KeccakP-1600-unrolling.macros
Modules/_sha3/kcp/KeccakSponge.c
Modules/_sha3/kcp/KeccakSponge.h
Modules/_sha3/kcp/KeccakSponge.inc
Modules/_sha3/kcp/PlSnP-Fallback.inc
Modules/_sha3/kcp/SnP-Relaned.h
Modules/_sha3/sha3module.c
View unified diff
|
Download patch
« no previous file with comments
|
« Modules/_sha3/kcp/KeccakP-1600-opt64-config.h
('k') |
Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#if KeccakOpt == 64
2
#include "KeccakP-1600-SnP-opt64.h"
3
#elif KeccakOpt == 32
4
#include "KeccakP-1600-SnP-opt32.h"
5
#else
6
#error "No KeccakOpt"
7
#endif
OLD
NEW
« no previous file with comments
|
« Modules/_sha3/kcp/KeccakP-1600-opt64-config.h
('k') |
Modules/_sha3/kcp/KeccakP-1600-SnP-opt32.h »
('j') |
no next file with comments »
Issue 16113: Add SHA-3 (Keccak) support
Created 7 years, 2 months ago by christian.heimes
Modified 3 years, 3 months ago
Reviewers: AntoinePitrou, gregory.p.smith
Base URL: None
Comments: 31
Recent Issues
|
This issue
This is Rietveld
894c83f36cb7+