Skip to content

Commit

Permalink
Add proper info in Deprecation of UseRandomInitializationVector
Browse files Browse the repository at this point in the history
  • Loading branch information
kleewho committed Oct 2, 2023
1 parent 654155e commit 108c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type Config struct {
UsePAMV3 bool // Use PAM version 2, Objects requets would still use PAM v3
StoreTokensOnGrant bool // Will store grant v3 tokens in token manager for further use.
FileMessagePublishRetryLimit int // The number of tries made in case of Publish File Message failure.
//DEPRECATED: please use UseRandomInitializationVector
//DEPRECATED: please use CryptoModule
UseRandomInitializationVector bool // When true the IV will be random for all requests and not just file upload. When false the IV will be hardcoded for all requests except File Upload
CryptoModule crypto.CryptoModule // A cryptography module used for encryption and decryption
}
Expand Down

0 comments on commit 108c460

Please sign in to comment.