load_trusted_pubkey(
key_path) ->pubkey,err
Load the trusted public key for signature verification
Loads the trusted Ed25519 public key used for package verification.
If key_path is provided, reads from that file. Otherwise checks the
LILPACK_PUB_KEY environment variable. Falls back to the built-in
default public key.