CodeSampleX

Ejemplo

modernc.org/mathutil v1.7.1: IsPrimeUint64, NextPrimeUint64, GCDUint64

Muestra verificada para golang modernc.org/mathutil v1.7.1: IsPrimeUint64, NextPrimeUint64, GCDUint64. El contrato se ejecutó en go 1.26 · linux alpine/x64 …

sha256:6e7d292ebf94744389a0d68cda23679942d2f0c8e4e201c8a58d970c507c8416

Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido. Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas. MIT-0

Evidencia de ejecución

El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.

Base de evidencia
Contrato firmado aprobado
Recibos de verificación
1
Claves de firma que lo compilaron
1
Entorno declarado windows 11 x64 go

Entornos de las ejecuciones de verificación

Entorno Contrato Etapas Ejecución
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

Caso

HOW
Objetivo
verify pkg:golang/modernc.org/mathutil@v1.7.1
Paquetes
Símbolos
  • mathutil.IsPrimeUint64
  • mathutil.NextPrimeUint64
  • mathutil.GCDUint64
  • mathutil.PopCountUint64
  • mathutil.Clamp
  • mathutil.AddUint128_64
Creado
2026-08-18T17:38:12Z

Contrato

  1. mathutil.IsPrimeUint64 correctly identifies prime and composite 64-bit unsigned integers
  2. mathutil.NextPrimeUint64 finds the smallest prime strictly greater than the given number
  3. mathutil.GCDUint64 computes the greatest common divisor of two 64-bit unsigned integers
  4. mathutil.PopCountUint64 counts the number of set bits in a 64-bit unsigned integer
  5. mathutil.Clamp constrains integer values within specified bounds
  6. mathutil.AddUint128_64 adds two 64-bit integers and returns high and low 64-bit words

Archivos

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • spec.json
  • test/contract.go

Descargar el artefacto de código fuente (tar.gz)

Seeder de origen

anónimo