Skip to content

Commit

Permalink
Release a fork for temporary use before dalek 4.0 (#3)
Browse files Browse the repository at this point in the history
* edit

* update curve25519

* fmt

Co-authored-by: onewayfunc <[email protected]>
  • Loading branch information
weikengchen and onewayfunc authored Dec 29, 2022
1 parent b981a7c commit a81b137
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 2,723 deletions.
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

197 changes: 0 additions & 197 deletions CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions CODE_OF_CONDUCT.md

This file was deleted.

19 changes: 0 additions & 19 deletions CONTRIBUTING.md

This file was deleted.

19 changes: 4 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,24 @@
[package]
name = "curve25519-dalek"
# Before incrementing:
# - update CHANGELOG
# - update html_root_url
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "3.2.0"
name = "noah-curve25519-dalek"
version = "4.0.0"
authors = ["Isis Lovecruft <[email protected]>",
"Henry de Valence <[email protected]>"]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
homepage = "https://dalek.rs/curve25519-dalek"
documentation = "https://docs.rs/curve25519-dalek"
repository = "https://github.com/FindoraNetwork/curve25519-dalek"
categories = ["cryptography", "no-std"]
keywords = ["cryptography", "crypto", "ristretto", "curve25519", "ristretto255"]
description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
exclude = [
"**/.gitignore",
".gitignore",
".travis.yml",
".gitignore"
]

[package.metadata.docs.rs]
# Disabled for now since this is borked; tracking https://github.com/rust-lang/docs.rs/issues/302
# rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
features = ["nightly", "simd_backend"]

[badges]
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}

[dev-dependencies]
sha2 = { version = "0.10", default-features = false }
bincode = "1"
Expand Down
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

Loading

0 comments on commit a81b137

Please sign in to comment.