core/crypto/_fiat/field_poly1305: Mark more functions contextless

This commit is contained in:
Yawning Angel
2024-04-09 10:23:58 +09:00
parent 36f3001d59
commit 4defe88dec
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ reset :: proc(ctx: ^Context) {
}
@(private)
_blocks :: proc(ctx: ^Context, msg: []byte, final := false) {
_blocks :: proc "contextless" (ctx: ^Context, msg: []byte, final := false) {
n: field.Tight_Field_Element = ---
final_byte := byte(!final)