-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more explicit lib.rs imports, library renaming
- Loading branch information
Showing
9 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defmodule Hexpds.K256 do | ||
use Rustler, otp_app: :hexpds, crate: "hexpds_k256" | ||
defmodule Hexpds.K256_Internal do | ||
use Rustler, otp_app: :hexpds, crate: "hexpds_k256_internal" | ||
def create_public_key(private_key), do: :erlang.nif_error(:nif_not_loaded) | ||
def compress_public_key(public_key), do: :erlang.nif_error(:nif_not_loaded) | ||
end |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
native/hexpds_k256/Cargo.toml → native/hexpds_k256_internal/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.