This commit is contained in:
red binder 2026-04-12 22:35:07 +02:00
commit c9c4a575b5
4 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
use hmac::Hmac;
use md5::Md5;
use proxy_common::RNEX_ACCESS_KEY;
pub const ACCESS_KEY: &str = RNEX_ACCESS_KEY;
pub type HmacMd5 = Hmac<Md5>;