[tor-bugs] #22052 [Core Tor/Tor]: Synchronize prop224 key blinding spec with implementation
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Apr 24 14:03:49 UTC 2017
#22052: Synchronize prop224 key blinding spec with implementation
------------------------------+------------------------------------
Reporter: asn | Owner:
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.3.1.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: tor-hs prop224 ed25519
Actual Points: | Parent ID: #21888
Points: 1 | Reviewer:
Sponsor: |
------------------------------+------------------------------------
In our ed25519 key blinding code we have a few pieces that are not in the
spec. At the very least we have the following constant strings that get
hashed, which are not mentioned in the spec:
{{{
const char str[] = "Derive temporary signing key";
...
const char str[] = "Derive temporary signing key hash input";
}}}
We should eye the implementation for any other unspecified parts, and bake
them in the spec.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22052>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list