Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Hoffmann
CryComp
Commits
23d526ed
Commit
23d526ed
authored
Sep 19, 2021
by
Anders Jensen Løvig
Browse files
Update README.md
parent
85d17e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
23d526ed
# Cryptographic Computing - Handin
2
# Cryptographic Computing - Handin
3
A Go implementation of a
two-party secure one-time truth table
protocol for blood type compatibility.
A Go implementation of a
passive secure two-party
protocol for blood type compatibility
based on BeDOZa
.
## Implementation
The protocol is implemented in
`cmd/handin
1
/main.go`
with tests in
`cmd/handin
1
/main_test.go`
.
The protocol is implemented in
`cmd/handin
3
/main.go`
with tests in
`cmd/handin
3
/main_test.go`
.
## Requirements
...
...
@@ -14,7 +14,7 @@ The protocol is tested using [Go 1.17](https://golang.org/dl/), but will likely
You can run the tests with go:
```
go test ./cmd/handin
1
go test ./cmd/handin
3
```
This executes the protocol tests. This includes a test that tries the protocol on all combinations of recipient and donor blood types.
\ No newline at end of file
Write
Preview
Supports
Markdown
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