{"id":17049320,"url":"https://github.com/qantik/ratcheted","last_synced_at":"2025-03-23T04:25:01.429Z","repository":{"id":57554120,"uuid":"149593117","full_name":"qantik/ratcheted","owner":"qantik","description":"Performance Survey of Several Ratcheted Key-Agreement and Messaging Protocols","archived":false,"fork":false,"pushed_at":"2020-07-16T09:26:59.000Z","size":394,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T10:48:46.924Z","etag":null,"topics":["benchmark","cryptography","go","messaging","ratchet"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qantik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-20T10:36:20.000Z","updated_at":"2023-08-09T10:29:08.000Z","dependencies_parsed_at":"2022-09-26T19:31:32.770Z","dependency_job_id":null,"html_url":"https://github.com/qantik/ratcheted","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qantik%2Fratcheted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qantik%2Fratcheted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qantik%2Fratcheted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qantik%2Fratcheted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qantik","download_url":"https://codeload.github.com/qantik/ratcheted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245054155,"owners_count":20553464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmark","cryptography","go","messaging","ratchet"],"created_at":"2024-10-14T09:54:23.488Z","updated_at":"2025-03-23T04:25:01.402Z","avatar_url":"https://github.com/qantik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ratcheted\n`ratcheted` implements and benchmarks various novel forward-secure key agreement and\nmessaging protocols and aims to provide insight into the performance aspects of the different\nprotocols. The code base is structure as a library as to enable integration in other projects.\n\nFor the `ratcheted` library reference, see [the documentation](https://godoc.org/github.com/qantik/ratcheted).  \n\n## Requirements\n - go (with set $GOPATH)\n - [dep](https://github.com/golang/dep)\n - [pbc](https://github.com/Nik-U/pbc) (Standford Pairing-Based Cryptography Library)\n\n## Installation\n```\n$ go get -u github.com/qantik/ratcheted\n$ cd ${GOPATH}/src/github.com/qantik/ratcheted\n\n# On Linux make sure that the pbc libary path is set.\n# export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib\n# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib \n\n$ dep ensure\n$ go test -v ./...\n````\n\n## Benchmarks\nThe `bench` directory within each package contains the runtime, message and\nstate size benchmarks which can be run by simply executing the `main.go` file.\n\n## Project Structure\n- `./acd` Double Ratchet protocol by [Alwen, Coretti \u0026 Dodis](https://eprint.iacr.org/2018/1037).\n- `./dv` BARK protocol by [Durak \u0026 Vaudenay](https://eprint.iacr.org/2018/889).\n- `./jmm` Secure Channel protocol by [Jost, Maurer \u0026 Mularczyk](https://eprint.iacr.org/2018/954).\n- `./js` Secure Channel protocol by [Jaeger \u0026 Stepanovs](https://eprint.iacr.org/2018/553).\n- `./pr` BRKE protocol by [Poettering \u0026 Rösler](https://eprint.iacr.org/2018/296).\n- `./primitives` contains the implementation of various cryptographic primitives as needed by the protocols.\n- `./report` and `./slides` contain the `TeX` sources for the project write-up and the accompanying slides.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqantik%2Fratcheted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqantik%2Fratcheted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqantik%2Fratcheted/lists"}