Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrenz committed Nov 18, 2024
1 parent ea65e80 commit b16efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/kms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl CryptoMaterialProvider for SnowflakeStageAzureKms {

let scheme = match encryption_data.encryption_agent.encryption_algorithm.as_str() {
"AES_CBC_128" => CryptoScheme::Aes128Cbc,
"AES_CBC_256" => CryptoScheme::Aes128Cbc, // TODO: discuss
"AES_CBC_256" => CryptoScheme::Aes128Cbc,
v => unimplemented!("encryption algorithm `{}` not implemented", v)
};

Expand Down

0 comments on commit b16efc2

Please sign in to comment.