Skip to content

Commit 1393fd2

Browse files
committed
remove digital signature implementation
1 parent 308d9b9 commit 1393fd2

7 files changed

Lines changed: 2 additions & 169 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cas-lib"
3-
version = "0.2.76"
3+
version = "0.2.77"
44
edition = "2021"
55
description = "A function wrapper layer for RustCrypto and Dalek-Cryptography. Intended to be used in FFI situations with a global heap deallactor at the top level project."
66
license = "Apache-2.0"

src/digital_signature/cas_digital_signature_rsa.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/digital_signature/sha_256_rsa.rs

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/digital_signature/sha_512_rsa.rs

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ pub mod asymmetric {
2828
pub mod types;
2929
}
3030

31-
pub mod digital_signature {
32-
pub mod cas_digital_signature_rsa;
33-
pub mod sha_512_rsa;
34-
pub mod sha_256_rsa;
35-
}
36-
3731
pub mod sponges {
3832
pub mod cas_ascon_aead;
3933
pub mod ascon_aead;

tests/digital_signatures.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)