Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
obfs4-deprecated
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
obfs4-deprecated
Commits
f76f1423
Commit
f76f1423
authored
10 years ago
by
Yawning Angel
Browse files
Options
Downloads
Patches
Plain Diff
Change documentation/comments to reflect reality (No functional changes).
parent
e6a8d57a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
framing/framing.go
+2
-2
2 additions, 2 deletions
framing/framing.go
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
f76f1423
...
...
@@ -20,7 +20,7 @@ The notable differences between ScrambleSuit and obfs4:
Ticket Handshake). (TODO: Reconsider this.)
*
The handshake uses the Tor Project's ntor handshake with public keys
obfuscated via the Elligator mapping.
*
The link layer encryption uses NaCl secret boxes (Poly1305/Salsa20).
*
The link layer encryption uses NaCl secret boxes (Poly1305/
X
Salsa20).
### Why not extend ScrambleSuit?
...
...
This diff is collapsed.
Click to expand it.
framing/framing.go
+
2
−
2
View file @
f76f1423
...
...
@@ -35,7 +35,7 @@
//
// The frame format is:
// uint16_t length (obfsucated, big endian)
// NaCl SecretBox (Poly1305/Salsa20) containing:
// NaCl SecretBox (Poly1305/
X
Salsa20) containing:
// uint8_t[16] tag (Part of the SecretBox construct)
// uint8_t[] payload
//
...
...
@@ -43,7 +43,7 @@
// SipHash-2-4 digest of the previous SecretBox concatenated with the nonce
// used to seal the current SecretBox.
//
// The NaCl SecretBox (Poly1305/Salsa20) nonce format is:
// The NaCl SecretBox (Poly1305/
X
Salsa20) nonce format is:
// uint8_t[24] prefix (Fixed)
// uint64_t counter (Big endian)
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment