Fix indentation in comments

This commit is contained in:
gingerBill
2025-11-18 12:11:29 +00:00
parent 3e0f9cace6
commit 784f320e12

View File

@@ -10,11 +10,11 @@ See:
package siphash
/*
Copyright 2022 zhibog
Made available under Odin's license.
Copyright 2022 zhibog
Made available under Odin's license.
List of contributors:
zhibog: Initial implementation.
List of contributors:
zhibog: Initial implementation.
*/
import "core:crypto"
@@ -22,7 +22,7 @@ import "core:encoding/endian"
import "core:math/bits"
/*
High level API
High level API
*/
KEY_SIZE :: 16
@@ -215,7 +215,7 @@ verify_4_8 :: proc {
}
/*
Low level API
Low level API
*/
init :: proc(ctx: ^Context, key: []byte, c_rounds, d_rounds: int) {