Skip to content

Commit f613b48

Browse files
committed
Add a link to the paper
1 parent 57a55c8 commit f613b48

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

draft-denis-ipcrypt.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ normative:
3737
target: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38G.pdf
3838

3939
informative:
40+
IPCRYPT-PAPER:
41+
title: "IPCrypt: Optimal, Practical Encryption of IP Addresses for Privacy and Measurement"
42+
author:
43+
- ins: F. Denis
44+
date: 2025-01-09
45+
seriesinfo:
46+
Cryptology ePrint Archive: Paper 2025/1689
47+
target: https://eprint.iacr.org/2025/1689
4048
FAST:
4149
title: "FAST: Format-Preserving Encryption via Shortened AES Tweakable Block Cipher"
4250
author:
@@ -214,7 +222,7 @@ The following examples demonstrate how the same IP addresses transform under eac
214222
192.168.1.254 -> 35fc2338...25abed5d # Same input, different outputs
215223
~~~
216224

217-
These methods achieve optimal efficiency for their security goals: each variant uses the minimum ciphertext expansion and fewest cryptographic operations needed for its properties (format preservation, prefix preservation, or correlation resistance).
225+
These methods achieve optimal efficiency for their security goals: each variant uses the minimum ciphertext expansion and fewest cryptographic operations needed for its properties (format preservation, prefix preservation, or correlation resistance). {{IPCRYPT-PAPER}}.
218226

219227
For implementation guidelines, see {{implementation-details}}.
220228

0 commit comments

Comments
 (0)