litcrypt.rs
litcrypt.rs copied to clipboard
how to apply lc! to anvironment variable defined in compile time
Hi, I would like to protect a string that is stored in an environment variable. I am trying to do this, but it doesn't work:
let pubkey = lc!(env!("EC_PUBKEY"));
Thanks in advance
Same issue here; it just returns "unknown" for me.