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

This commit is contained in:
Yawning Angel
2024-04-09 10:23:58 +09:00
parent c951cbdbbc
commit 1ce279e6a1
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ _scalar_bit :: #force_inline proc "contextless" (s: ^[32]byte, i: int) -> u8 {
}
@(private)
_scalarmult :: proc(out, scalar, point: ^[32]byte) {
_scalarmult :: proc "contextless" (out, scalar, point: ^[32]byte) {
// Montgomery pseduo-multiplication taken from Monocypher.
// computes the scalar product