CodeSigning.load
You're seeing just the function
load
, go back to CodeSigning module for more information.
Specs
load(atom(), binary(), Ed25519.key()) :: :ok | :error
Verifies the signature of the given BEAM binary using the Ed25519 public_key
. If the
signature is valid, the module will be loaded.