Dynamically define access key

This commit is contained in:
red binder 2026-04-12 22:15:15 +02:00
commit 6d13907588
5 changed files with 10 additions and 3 deletions

View file

@ -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>;