Exemple
modernc.org/mathutil v1.7.1: IsPrimeUint64, NextPrimeUint64, GCDUint64
Échantillon vérifié pour golang modernc.org/mathutil v1.7.1: IsPrimeUint64, NextPrimeUint64, GCDUint64. Le contrat s'est exécuté sur go 1.26 · linux…
sha256:6e7d292ebf94744389a0d68cda23679942d2f0c8e4e201c8a58d970c507c8416
Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré.
Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes.
MIT-0
Preuves d'exécution
L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.
- Base de preuve
- Contrat signé réussi
- Reçus de vérification
- 1
- Clés de signature qui l’ont compilé
- 1
Environnement déclaré
windows 11 x64 go
Environnements des exécutions de vérification
| Environnement | Contrat | Étapes | Exécution |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-19 |
Cas
HOW- Objectif
- verify pkg:golang/modernc.org/mathutil@v1.7.1
- Paquets
- Symboles
-
- mathutil.IsPrimeUint64
- mathutil.NextPrimeUint64
- mathutil.GCDUint64
- mathutil.PopCountUint64
- mathutil.Clamp
- mathutil.AddUint128_64
- Créé
- 2026-08-18T17:38:12Z
Contrat
- mathutil.IsPrimeUint64 correctly identifies prime and composite 64-bit unsigned integers
- mathutil.NextPrimeUint64 finds the smallest prime strictly greater than the given number
- mathutil.GCDUint64 computes the greatest common divisor of two 64-bit unsigned integers
- mathutil.PopCountUint64 counts the number of set bits in a 64-bit unsigned integer
- mathutil.Clamp constrains integer values within specified bounds
- mathutil.AddUint128_64 adds two 64-bit integers and returns high and low 64-bit words
Fichiers
- PROMPT.md
- csx.json
- go.mod
- go.sum
- spec.json
- test/contract.go
Seeder d'origine
anonyme