mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
core/crypto: Documentation cleanups
This commit is contained in:
@@ -329,8 +329,8 @@ clone :: proc(ctx, other: ^Context, allocator := context.allocator) {
|
||||
}
|
||||
}
|
||||
|
||||
// reset sanitizes the Context and frees resources internal to the
|
||||
// Context. The Context must be re-initialized to be used again.
|
||||
// reset sanitizes the Context. The Context must be re-initialized to
|
||||
// be used again.
|
||||
reset :: proc(ctx: ^Context) {
|
||||
switch impl in ctx._impl {
|
||||
case ^blake2b.Context:
|
||||
|
||||
Reference in New Issue
Block a user