Published up front so the reveal can be checked later.
كل نتيجة لعبة قابلة للتحقق رياضياً ومقاومة للتلاعب
Change the client seed or nonce below and watch the commitment, HMAC, and outcome update. Same inputs always recreate the same round.
Published up front so the reveal can be checked later.
This is the secret material the verifier recomputes from the same inputs.
The HMAC is the deterministic fingerprint the game logic reads from.
A single deterministic roll from the same seeds every time.
If you can reproduce the same outcome from the revealed data, the result was locked in before the round finished.
ينشئ الخادم بذرة سرية ويعرض هاشها قبل الرهان
أضف بذرة العميل الخاصة بك للتأثير على نتيجة اللعبة
يتم حساب النتيجة باستخدام كلا البذرتين بالإضافة إلى نانس فريد
تحقق من الحسابات بنفسك لضمان النزاهة الكاملة
جميع الألعاب تستخدم تحققاً مشفراً وآمناً وقابلاً للإثبات
Single random number determines outcome
يمكن التحقق من كل نتيجة لعبة بشكل مستقل باستخدام إثباتات تشفيرية
لست بحاجة للثقة بنا - الرياضيات تثبت النزاهة تلقائياً
مبنية على دوال تجزئة تشفيرية قياسية (SHA-256/512)
كل نتيجة لعبة قابلة للتحقق رياضياً ومقاومة للتلاعب