universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

commit 9d04ca64860e9eee0f474fa2577f9d2027da0f8e
parent 56d5614ed6de6cbe4bfbedcfbd282ed9f2c47e52
Author: Dasho <git@dasho.dev>
Date:   Sat,  7 Jun 2025 03:40:50 +0100

[crypto] 🖋️ Fix filename in reference

Diffstat:
Mcrypto/verify/payload-maker.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/verify/payload-maker.php b/crypto/verify/payload-maker.php @@ -4,7 +4,7 @@ // The resulting string will look like this: 7674ffcd9882e411415ea1ab7726642d /* -This is a copy of the script that is used to generate the payload for the verification process on verify.dasho.dev. Use this script alongside with the payload-verifier-v1.php script to make payloads that others can verify. +This is a copy of the script that is used to generate the payload for the verification process on verify.dasho.dev. Use this script alongside with the payload-verifier.php script to make payloads that others can verify. */ define('SALT', sodium_hex2bin('XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'));