Skip to content

Commit

Permalink
interim crate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jun 7, 2024
1 parent 969e335 commit 4ea1afb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

# Dalek elliptic curve cryptography

## THIS IS A FORK FOR CONVENIENCE

This fork contains an implementation of `elligator2` that is awaiting potential
inclusion in the mainstream curve25519-dalek crates. This crate exists for
use in the interim period.


This repo contains pure-Rust crates for elliptic curve cryptography:

| Crate | Description | Crates.io | Docs | CI |
Expand Down
7 changes: 4 additions & 3 deletions curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[package]
name = "curve25519-dalek"
name = "curve25519-elligator2"
# Before incrementing:
# - update CHANGELOG
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "4.1.2"
version = "0.1.0"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
"Henry de Valence <hdevalence@hdevalence.ca>",
"jmwample"]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
Expand Down
6 changes: 6 additions & 0 deletions curve25519-dalek/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# curve25519-dalek [![](https://buildstats.info/crate/curve25519-dalek)](https://crates.io/crates/curve25519-dalek) [![](https://img.shields.io/docsrs/curve25519-dalek)](https://docs.rs/curve25519-dalek) [![CI](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/curve25519-dalek.yml/badge.svg?branch=main)](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/curve25519-dalek.yml)

## THIS IS A FORK FOR CONVENIENCE

This fork contains an implementation of elligator2 that is awaiting potential
inclusion in the mainstream curve25519-dalek crates. This crate exists for
use in the interim period.

<p align="center">
<img
alt="dalek-cryptography logo: a dalek with edwards curves as sparkles coming out of its radar-schnozzley blaster thingies"
Expand Down

0 comments on commit 4ea1afb

Please sign in to comment.