mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-21 17:56:19 +08:00
sm9/bn256: check arm64 failed function
This commit is contained in:
parent
edf3db15b6
commit
531302450a
@ -150,7 +150,7 @@ func (e *gfP) Unmarshal(in []byte) error {
|
||||
}
|
||||
|
||||
func montEncode(c, a *gfP) { gfpMul(c, a, r2) }
|
||||
func montDecode(c, a *gfP) { gfpFromMont(c, a) }
|
||||
func montDecode(c, a *gfP) { gfpMul(c, a, &gfP{1}) }
|
||||
|
||||
// cmovznzU64 is a single-word conditional move.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user