crypto/des — validation proof
Go’s own crypto/des test suite, converted to C# by go2cs, built against the converted standard
library, run under the Go-semantics test host, and compared verdict for verdict against a clean
go test -json baseline of the same sources. This page is generated by the converter from that
comparison — it is the evidence behind the crypto/des row in
Validated Test Packages.
Validated 2026-08-07 · converter d6aa09e73
18 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/crypto/des.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestDESDecryptBlock |
pass | pass |
TestDESEncryptBlock |
pass | pass |
TestDecryptTripleDES |
pass | pass |
TestEncryptTripleDES |
pass | pass |
TestFinalPermute |
pass | pass |
TestInitialPermutationKnownAnswer |
pass | pass |
TestInitialPermute |
pass | pass |
TestInversePermutationKnownAnswer |
pass | pass |
TestPermutationOperationKnownAnswerDecrypt |
pass | pass |
TestPermutationOperationKnownAnswerEncrypt |
pass | pass |
TestSemiWeakKeyPairs |
pass | pass |
TestSubstitutionTableKnownAnswerDecrypt |
pass | pass |
TestSubstitutionTableKnownAnswerEncrypt |
pass | pass |
TestVariableCiphertextKnownAnswer |
pass | pass |
TestVariableKeyKnownAnswerDecrypt |
pass | pass |
TestVariableKeyKnownAnswerEncrypt |
pass | pass |
TestVariablePlaintextKnownAnswer |
pass | pass |
TestWeakKeys |
pass | pass |
Excluded declarations
Declarations filtered from both sides of the comparison, and therefore not claimed above:
Benchmark, Fuzz and Example declarations the converted host does not execute, plus any
test requiring a capability the managed runtime does not provide — a testing member the host
has not implemented, or a platform behavior it provably cannot reproduce. Each is named with
the capability it needs.
- BenchmarkDecrypt (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkEncrypt (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkTDESDecrypt (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkTDESEncrypt (benchmark): benchmark execution is deferred to Phase 4D
- ExampleNewTripleDESCipher (example): example execution is deferred to Phase 4D