https://github.com/dedis/student_25_adkg
https://github.com/dedis/student_25_adkg
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dedis/student_25_adkg
- Owner: dedis
- Created: 2025-02-20T13:45:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T12:03:23.000Z (12 months ago)
- Last Synced: 2025-06-24T12:47:17.684Z (12 months ago)
- Language: Go
- Size: 461 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ADKG implementation for the Kyber library as part of the 2025 spring semester student project under the superivison of Prof. P.Borso.
### Import the library
The latest version on master is needed thus we can't simply import kyber as is.
Run this:
`go get -u go.dedis.ch/kyber/v4@master`
After that you might be prompted (typically on goland this is the case) to run this:
`go get -t student_25_adkg`