import hashlib
def sha256(msg: bytes) -> str:
return hashlib.sha256(msg).hexdigest()
Each item is a crypto implementation test vector validation example providing Algorithm name, Implementation code, Language, Official test vector(s), Expected results. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.
Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.
Platform-authored spec, open on delivery.
Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.
Illustrative samples authored for the Cryptographic Implementation Verification dataset type.
import hashlib
def sha256(msg: bytes) -> str:
return hashlib.sha256(msg).hexdigest()
Approved public samples for this Cryptographic Implementation Verification dataset. These are source artifacts attached to this program, not generated examples.