Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

batch_signature_verifications

benchmark.batch_signature_verifications
const batch_signature_verifications = [_]Crypto

File

lib/std/crypto/benchmark.zig:223

Code

const batch_signature_verifications = [_]Crypto{Crypto{ .ty = crypto.sign.Ed25519, .name = "ed25519" }}