mirror of
https://github.com/emmansun/gmsm.git
synced 2025-10-15 15:50:46 +08:00
internal/sm2ec: missing definition
This commit is contained in:
parent
a552743ef3
commit
1b66212377
@ -48,3 +48,8 @@ func p256Sqr(res, in *p256Element, n int)
|
|||||||
//
|
//
|
||||||
//go:noescape
|
//go:noescape
|
||||||
func p256FromMont(res, in *p256Element)
|
func p256FromMont(res, in *p256Element)
|
||||||
|
|
||||||
|
// p256OrdReduce ensures s is in the range [0, ord(G)-1].
|
||||||
|
//
|
||||||
|
//go:noescape
|
||||||
|
func p256OrdReduce(s *p256OrdElement)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user