Constants§
- NEWTOKEN
- SIGNING_
TOKEN - The signing token to be embedded in the file you wish to be signed.
Functions§
- is_
signed - Checks whether a file is signed without verifying the signature.
- is_
valid_ signature - Verifies the signature in a signed file.
- sign_
file - Signs a source file which contains a signing token. Signing modifies only the signing token, so the token should be placed inside a comment in order for signing to not change code semantics.
- try_
sign_ file