Skip to content

Commit 9d2b916

Browse files
committed
Fix informative references
1 parent 5ac778f commit 9d2b916

1 file changed

Lines changed: 27 additions & 22 deletions

File tree

draft-denis-ipcrypt.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@ informative:
4343
- ins: F. Betul Durak
4444
- ins: H. Horst
4545
- ins: S. Vaudenay
46-
date: 2021-09-12
46+
date: 2021-09-14
4747
seriesinfo:
48-
Cryptology ePrint Archive: Report 2021/1171
48+
Cryptology ePrint Archive: Paper 2021/1171
4949
target: https://eprint.iacr.org/2021/1171.pdf
5050
IEEE-P1619:
5151
title: "IEEE Standard for Cryptographic Protection of Data on Block-Oriented Storage Devices"
5252
author:
5353
- ins: IEEE
54-
date: 2007-12-18
54+
date: 2008-03-04
5555
seriesinfo:
5656
IEEE: 1619-2007
5757
target: https://ieeexplore.ieee.org/document/4493450
5858
SUM-OF-PRPS:
5959
title: "The Sum of PRPs Is a Secure PRF"
6060
author:
6161
- ins: S. Lucks
62-
date: 2000
62+
date: 2000-05-14
6363
seriesinfo:
64-
EUROCRYPT: 2000
64+
EUROCRYPT 2000, LNCS 1807, pp. 470–484
6565
target: https://link.springer.com/content/pdf/10.1007/3-540-45539-6_34.pdf
6666
REVISITING-SUM:
6767
title: "Revisiting the Indifferentiability of the Sum of Permutations"
@@ -71,18 +71,21 @@ informative:
7171
- ins: A. Jha
7272
- ins: B. Mennink
7373
- ins: Y. Shen
74-
date: 2023
74+
date: 2023-08-09
75+
seriesinfo:
76+
CRYPTO 2023, LNCS 14083, pp. 628–660
7577
target: https://eprint.iacr.org/2023/840.pdf
76-
DEOXYS-BC:
77-
title: "Deoxys-BC: A Highly Secure Tweakable Block Cipher"
78+
DEOXYS-TBC:
79+
title: "The Deoxys AEAD Family"
7880
author:
7981
- ins: J. Jean
8082
- ins: I. Nikolić
8183
- ins: T. Peyrin
82-
date: 2014
84+
- ins: Y. Seurin
85+
date: 2021-06-10
8386
seriesinfo:
84-
Cryptology ePrint Archive: Paper 2014/427
85-
target: https://competitions.cr.yp.to/round3/deoxysv14.pdf
87+
Journal of Cryptology 34, 31 (2021)
88+
target: https://thomaspeyrin.github.io/web/assets/docs/papers/Jean-etal-JoC2021.pdf
8689
SKINNY:
8790
title: "The SKINNY Family of Block Ciphers and its Low-Latency Variant MANTIS"
8891
author:
@@ -95,50 +98,52 @@ informative:
9598
- ins: Y. Sasaki
9699
- ins: P. Sasdrich
97100
- ins: S. Meng Sim
98-
date: 2016
101+
date: 2016-08-14
99102
seriesinfo:
100-
CRYPTO: 2016
103+
CRYPTO 2016, LNCS 9815, pp. 123–153
101104
target: https://eprint.iacr.org/2016/660.pdf
102105
LRW2002:
103106
title: "Tweakable Block Ciphers"
104107
author:
105108
- ins: M. Liskov
106109
- ins: R. Rivest
107110
- ins: D. Wagner
108-
date: 2002
111+
date: 2002-08-18
109112
seriesinfo:
110-
Fast Software Encryption: 2002
113+
CRYPTO 2002, LNCS 2442, pp. 31–46
111114
target: https://people.csail.mit.edu/rivest/pubs/LRW02.pdf
112115
BRW2005:
113116
title: "Format-Preserving Encryption"
114117
author:
115118
- ins: J. Black
116119
- ins: P. Rogaway
117-
date: 2005
120+
date: 2002-02-08
118121
seriesinfo:
119-
CRYPTO: 2005
122+
CT-RSA 2002, LNCS 2271, pp. 114–130
120123
target: https://www.cs.ucdavis.edu/~rogaway/papers/subset.pdf
121124
KIASU-BC:
122125
title: "Tweaks and Keys for Block Ciphers: the TWEAKEY Framework"
123126
author:
124127
- ins: J. Jean
125128
- ins: I. Nikolić
126129
- ins: T. Peyrin
127-
date: 2014
130+
date: 2014-12
128131
seriesinfo:
129-
Cryptology ePrint Archive: Paper 2014/831
132+
ASIACRYPT 2014, LNCS 8874, pp. 274–288
130133
target: https://eprint.iacr.org/2014/831.pdf
131134
XTS-AES:
132135
title: "The XTS-AES Mode for Disk Encryption"
133-
date: 2008
136+
date: 2008-03-04
134137
seriesinfo:
135138
IEEE: 1619-2007
136139
target: https://ieeexplore.ieee.org/document/4493450
137140
RSSAC040:
138141
title: "RSSAC040: Recommendations on Anonymization Processes for Source IP Addresses Submitted for Future Analysis"
139142
author:
140143
- ins: ICANN RSSAC
141-
date: 2021-03-09
144+
date: 2018-08-07
145+
seriesinfo:
146+
ICANN RSSAC: RSSAC040
142147
target: https://www.icann.org/en/system/files/files/rssac-040-07aug18-en.pdf
143148

144149
--- abstract
@@ -295,7 +300,7 @@ This specification defines two generic cryptographic constructions:
295300
Valid options for implementing a tweakable block cipher include, but are not limited to:
296301

297302
- SKINNY (see {{SKINNY}})
298-
- DEOXYS-BC (see {{DEOXYS-BC}})
303+
- DEOXYS-TBC (see {{DEOXYS-TBC}})
299304
- KIASU-BC (see {{implementing-kiasu-bc}} for implementation details)
300305
- AES-XTS (see {{ipcrypt-ndx}} for usage)
301306

0 commit comments

Comments
 (0)