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
b1a1f1d2
Commit
b1a1f1d2
authored
Oct 10, 2021
by
Anders Jensen Løvig
Browse files
Update README.md
parent
292ef52a
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
b1a1f1d2
...
...
@@ -17,9 +17,9 @@ For the implementation we have implemented support packages which can be reused:
1.
For the security parameters we choose 200-bit p, 10^6-bit q, 40-bit r and 1000 elements in the public key. We choose those values
because they improve the performance of the scheme, and everything still works.
2.
In the homomorphic encryption scheme, we need to choose a subset S. We do this by shuffling a list containing the numbers [1,...,n]
and then choos
es
the k first numbers in the list, where k is a random integer in the range
[
1,...,n). This
wa
s we always add
at least
some
noise to the encryption.
2.
In the homomorphic encryption scheme, we need to choose a
random
subset S. We do this by shuffling a list containing the numbers [1,...,n]
and then choos
ing
the k first numbers in the list, where k is a random integer in the range
[
1,...,n). This
ensure
s we always add
some
noise to the encryption.
## Requirements
...
...
@@ -29,7 +29,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
5
go test ./cmd/handin
6
```
This executes the protocol tests. This includes a test that tries the protocol on all combinations of recipient and donor blood types.
...
...
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