-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsd-bls.head-arxiv.tex
100 lines (80 loc) · 3.08 KB
/
sd-bls.head-arxiv.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
% * Copyright (C) 2020-2024 Dyne.org foundation
\documentclass{article}
\pdfoutput=1
% Roman numbers for sections
% \renewcommand{\thesection}{\Roman{section}}
% \renewcommand{\thesubsection}{\thesection.\Roman{subsection}}
\usepackage{arxiv}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{libertine,libertinust1math} % added 2019/11/28
%%
%\usepackage{newpxtext}
%\usepackage[euler-digits]{eulervm}
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{amsmath}
% \usepackage{amsthm}
\usepackage{amsfonts} % blackboard math symbols
\usepackage{enumitem}
\setlist[itemize]{align=parleft,left=0pt..1em}
\setlist[enumerate]{align=parleft,left=0pt..1.5em,label=\large\protect\textcircled{\small\arabic*}}
\usepackage[font=scriptsize]{caption}
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage[final, babel]{microtype} % microtypography
\usepackage{graphicx,epstopdf}
% \usepackage{natbib}
\usepackage{doi}
\usepackage{inconsolata}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{hyperref} % For hyperlinks
\hypersetup{
pdftex,
final,
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
breaklinks = true,
pdfstartview = FitV,
linktocpage = false,
}
%% \usepackage{draftwatermark}
%% \SetWatermarkText{Draft}
\title{SD-BLS}
\author{
Denis Roio \\
Dyne.org \\
\And
Rebecca Selvaggini \\
UniTN \\
\And
Gabriele Bellini \\
UniMI \\
\And
Andrea D'Intino \\
Forkbomb B.V.
}
\renewcommand{\headeright}{Info @ Dyne.org}
\renewcommand{\undertitle}{Privacy Preserving Selective Disclosure of Verifiable Credentials with Unlinkable Threshold Revocation}
\renewcommand{\shorttitle}{\textit{SD-BLS}}
\hypersetup{
pdftitle={SD-BLS: Privacy Preserving Selective Disclosure of Verifiable Credentials with Unlinkable Threshold Revocation},
pdfsubject={cs.CR},
pdfauthor={Denis Roio, Rebecca Selvaggini, Gabriele Bellini, Andrea D'Intino},
pdfkeywords={Privacy, Selective disclosure, BLS signatures, Digital credentials, Revocation}
}
\begin{document}
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
Ensuring privacy and protection from issuer corruption in digital identity systems is crucial. We propose a method for selective disclosure and privacy-preserving revocation of digital credentials using second-order Elliptic Curves and Boneh-Lynn-Shacham (BLS) signatures. We make holders able to present proofs of possession of selected credentials without disclosing them, and we protect their presentations from replay attacks. Revocations may be distributed among multiple revocation issuers using publicly verifiable secret sharing (PVSS) and activated only by configurable consensus, ensuring robust protection against issuer corruption. Our system’s unique design enables fast revocation checks allowing the use of large revocation lists.
\end{abstract}
\vspace{2cm}
\end{@twocolumnfalse}
]