Dynamically define access key
This commit is contained in:
parent
a09c1c3d79
commit
6d13907588
5 changed files with 10 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use hmac::Hmac;
|
||||
use md5::Md5;
|
||||
|
||||
pub const ACCESS_KEY: &str = "ridfebb9";
|
||||
pub const ACCESS_KEY: &str = RNEX_ACCESS_KEY;
|
||||
pub type HmacMd5 = Hmac<Md5>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue