struct VerifyOptions [src]

Options for hash verification. Allocator is required for argon2.

Fields

allocator: ?mem.Allocator

Source

pub const VerifyOptions = struct { allocator: ?mem.Allocator, }