[P256] use ScrubbedBytes for Scalar
This commit is contained in:
parent
be75de64e1
commit
7301c719bf
@ -52,7 +52,7 @@ import Crypto.Number.Serialize.Internal (os2ip, i2ospOf)
|
|||||||
import qualified Crypto.Number.Serialize as S (os2ip, i2ospOf)
|
import qualified Crypto.Number.Serialize as S (os2ip, i2ospOf)
|
||||||
|
|
||||||
-- | A P256 scalar
|
-- | A P256 scalar
|
||||||
newtype Scalar = Scalar Bytes
|
newtype Scalar = Scalar ScrubbedBytes
|
||||||
deriving (Eq,ByteArrayAccess)
|
deriving (Eq,ByteArrayAccess)
|
||||||
|
|
||||||
-- | A P256 point
|
-- | A P256 point
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user