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.
Zig
›
std/
›
crypto/
›
hash_composition.zig
›
Sha256oSha256
Sha256oSha256
SHA-256(SHA-256())
hash_composition.Sha256oSha256
pub
const
Sha256oSha256
=
Composition
(
sha2
.
Sha256
,
sha2
.
Sha256
)
File
lib/std/crypto/
hash_composition.zig
:
61
Code
pub
const
Sha256oSha256
=
Composition
(
sha2
.
Sha256
,
sha2
.
Sha256
)