Skip to content

Commit

Permalink
Merge pull request #61 from Cryptographic-API-Services/updating-ed255…
Browse files Browse the repository at this point in the history
…19-dalek

updating cas-lib
  • Loading branch information
WingZer0o authored Jan 8, 2025
2 parents ead0f22 + 81433bd commit d14c674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ crate-type = ["dylib"]

[dependencies]
libc = "0.2.146"
cas-lib = "0.2.2"
cas-lib = "0.2.6"
2 changes: 1 addition & 1 deletion src/rsa/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::ffi::{c_char, c_uchar, CStr, CString};

use cas_lib::asymmetric::cas_asymmetric_encryption::CASRSAEncryption;
use cas_lib::asymmetric::types::CASRSAEncryption;
use cas_lib::asymmetric::cas_rsa::CASRSA;
use cas_lib::asymmetric::types::RSAKeyPairResult;

Expand Down

0 comments on commit d14c674

Please sign in to comment.