Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions biblio.bib
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,12 @@ @misc{bls12-381
title = {BLS12-381},
year = {2020},
url = {https://z.cash/technology/jubjub/}
}

@misc{zip215,
author = {Henry de Valence},
title = {{Explicitly Defining and Modifying Ed25519 Validation Rules}},
howpublished = {ZIP 215},
year = {2020},
url = {https://zips.z.cash/zip-0215}
}
2 changes: 1 addition & 1 deletion text/notation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ \subsubsection{Hashing}

\subsubsection{Signing Schemes}\label{sec:signing}

$\edsignature{k}{m \in \blob} \subset \blob[64]$ is the set of valid Ed25519 signatures, defined by \cite{rfc8032}, made through knowledge of a secret key whose public key counterpart is $k \in \hash$ and whose message is $m$. To aid readability, we denote the set of valid public keys $\edkey$.
$\edsignature{k}{m \in \blob} \subset \blob[64]$ is the set of valid Ed25519 signatures, defined by \cite{rfc8032}, made through knowledge of a secret key whose public key counterpart is $k \in \hash$ and whose message is $m$. To aid readability, we denote the set of valid public keys $\edkey$. Where \cite{rfc8032} admits alternative validation criteria, we adopt those of \cite{zip215}.

We denote the set of valid Bandersnatch public keys as $\bskey$, defined in appendix \ref{sec:bandersnatch}. $\bssignature{k \in \bskey}{x \in \blob}{m \in \blob} \subset \blob[96]$ is the set of valid singly-contextualized \textsc{vrf} signatures utilizing the secret counterpart to the public key $k$, some context $x$ and message $m$.

Expand Down