litcrypt.rs icon indicating copy to clipboard operation
litcrypt.rs copied to clipboard

how to apply lc! to anvironment variable defined in compile time

Open lfern opened this issue 1 year ago • 1 comments

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

lfern avatar Apr 12 '23 14:04 lfern

Same issue here; it just returns "unknown" for me.

werner291 avatar Nov 11 '23 23:11 werner291