{"id":15717018,"url":"https://github.com/armfazh/h2c-rust-ref","last_synced_at":"2025-05-12T13:24:11.148Z","repository":{"id":38800716,"uuid":"245591633","full_name":"armfazh/h2c-rust-ref","owner":"armfazh","description":"[RFC9380] Hash to curves - Rust reference implementation","archived":false,"fork":false,"pushed_at":"2024-03-10T23:20:58.000Z","size":290,"stargazers_count":26,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T22:33:14.941Z","etag":null,"topics":["cryptography","draft-ietf-hash-to-curve","elliptic-curves","hash","hash-to-curve","rfc-9380","rust"],"latest_commit_sha":null,"homepage":"https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armfazh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-07T08:00:16.000Z","updated_at":"2025-03-19T13:08:57.000Z","dependencies_parsed_at":"2022-08-28T02:53:38.640Z","dependency_job_id":"0df03f46-e01f-48a4-aaaa-7c4db8632c60","html_url":"https://github.com/armfazh/h2c-rust-ref","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armfazh%2Fh2c-rust-ref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armfazh%2Fh2c-rust-ref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armfazh%2Fh2c-rust-ref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armfazh%2Fh2c-rust-ref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armfazh","download_url":"https://codeload.github.com/armfazh/h2c-rust-ref/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745692,"owners_count":21957429,"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":["cryptography","draft-ietf-hash-to-curve","elliptic-curves","hash","hash-to-curve","rfc-9380","rust"],"created_at":"2024-10-03T21:48:30.937Z","updated_at":"2025-05-12T13:24:11.122Z","avatar_url":"https://github.com/armfazh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hashing to Elliptic Curves\n\n![Rustico](https://github.com/armfazh/h2c-rust-ref/workflows/Rustico/badge.svg)\n\n---\n\n**IETF Data Tracker**: [draft-irtf-cfrg-hash-to-curve](https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve)\n\n**Internet-Draft**: [git repository](https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve)\n\nThis document specifies a number of algorithms that may be used to encode or hash an arbitrary string to a point on an elliptic curve.\n\n### Reference Implementation\n\nThe purpose of this implementation is for generating test vectors and enabling cross compatibility with other implementations.\n\n### Warning\n\nThis implementation is **not** protected against any kind of attack,\nincluding side-channel attacks. It **MUST NOT** be used in production systems.\n\n**Limitations**\n-   No specific architecture optimizations.\n-   No side-channel protection, see [Warning](#Warning) section.\n\n**Development branch** [master](https://github.com/armfazh/h2c-rust-ref/tree/master)\n\n#### Draft versions implemented\n Latest: [v14]\n\n Previous: [v12], [v08], [v07], [v06], [v05]\n\n [v14]: https://github.com/armfazh/h2c-rust-ref/tree/v14.0.0\n [v12]: https://github.com/armfazh/h2c-rust-ref/tree/v12.0.0\n [v08]: https://github.com/armfazh/h2c-rust-ref/tree/v8.0.0\n [v07]: https://github.com/armfazh/h2c-rust-ref/tree/v7.0.0\n [v06]: https://github.com/armfazh/h2c-rust-ref/tree/v6.0.0\n [v05]: https://github.com/armfazh/h2c-rust-ref/tree/v5.0.0\n\n#### Compatible Implementations\n -   [Sage](https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve/tree/master/poc)\n -   [Go](https://github.com/armfazh/h2c-go-ref)\n\n### Internals\n\n![hash to curve](https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve/blob/main/drawings/diag.png)\n\n### License\n\nBSD 3-Clause License\n\n### Contact\n\nFeel free to open a github issue for anything related to the implementation, otherwise [e-mail](mailto:draft-irtf-cfrg-hash-to-curve@ietf.org) authors of the draft.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmfazh%2Fh2c-rust-ref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmfazh%2Fh2c-rust-ref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmfazh%2Fh2c-rust-ref/lists"}