Files
SilentDragonXLite/res/SIGNATURES_README
2019-10-22 00:46:02 +02:00

14 lines
398 B
Plaintext

This directory contains the hashes and signatures for silentdragon
Verify the hashes by running:
sha256sum -c sha256sum-vX.Y.Z.txt
Verify signatures:
1. First, import the public key (Available on GitHub
at https://github.com/hushFoundation/silentdragon/blob/master/public_key.asc)
gpg --import public_key.asc
2. Verify signature
gpg --verify <filename.sig> <downloaded-filename-to-verify>