Skip to content

Commit

Permalink
x25519 high-level api
Browse files Browse the repository at this point in the history
  • Loading branch information
somehybrid committed Apr 18, 2024
1 parent 132edb6 commit 246c968
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6,573 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raycrypt"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "Encrypt at the speed of light"
Expand Down
1 change: 0 additions & 1 deletion src/ecc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod ed25519;
pub(crate) mod field;
pub(crate) mod ge;
pub mod x25519;
Expand Down
225 changes: 0 additions & 225 deletions src/ecc/ed25519.rs

This file was deleted.

Loading

0 comments on commit 246c968

Please sign in to comment.