Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
authority
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
katzenpost
authority
Commits
098da078
Commit
098da078
authored
Oct 13, 2018
by
masala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
relocate internal s11n
parent
2391566d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
2 deletions
+2
-2
internal/s11n/descriptor.go
internal/s11n/descriptor.go
+0
-0
internal/s11n/descriptor_test.go
internal/s11n/descriptor_test.go
+0
-0
internal/s11n/document.go
internal/s11n/document.go
+0
-0
internal/s11n/document_test.go
internal/s11n/document_test.go
+0
-0
nonvoting/server/state.go
nonvoting/server/state.go
+1
-1
nonvoting/server/wire_handler.go
nonvoting/server/wire_handler.go
+1
-1
No files found.
nonvoting/
internal/s11n/descriptor.go
→
internal/s11n/descriptor.go
View file @
098da078
File moved
nonvoting/
internal/s11n/descriptor_test.go
→
internal/s11n/descriptor_test.go
View file @
098da078
File moved
nonvoting/
internal/s11n/document.go
→
internal/s11n/document.go
View file @
098da078
File moved
nonvoting/
internal/s11n/document_test.go
→
internal/s11n/document_test.go
View file @
098da078
File moved
nonvoting/server/state.go
View file @
098da078
...
...
@@ -26,7 +26,7 @@ import (
"time"
bolt
"github.com/coreos/bbolt"
"github.com/katzenpost/authority/
nonvoting/
internal/s11n"
"github.com/katzenpost/authority/internal/s11n"
"github.com/katzenpost/core/crypto/eddsa"
"github.com/katzenpost/core/crypto/rand"
"github.com/katzenpost/core/epochtime"
...
...
nonvoting/server/wire_handler.go
View file @
098da078
...
...
@@ -20,7 +20,7 @@ import (
"net"
"time"
"github.com/katzenpost/authority/
nonvoting/
internal/s11n"
"github.com/katzenpost/authority/internal/s11n"
"github.com/katzenpost/core/crypto/eddsa"
"github.com/katzenpost/core/crypto/rand"
"github.com/katzenpost/core/epochtime"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment