# Functions
FromEncryptedJSON gets key from json and password.
reimplements parts of https://github.com/NethermindEth/starknet.go/blob/0bdaab716ce24a521304744a8fbd8e01800c241d/curve/curve.go#L702 generate the PK as a pseudo-random number in the interval [1, CurveOrder - 1] using io.Reader, and Key struct.
MustNewInsecure return Key if no error.
New creates new Key.
ToEncryptedJSON returns encrypted JSON representing key.
# Type aliases
Raw represents the Stark private key.