Easier on the eyes and brain.
###--------------------------------------------------------------------------
### Bernstein's elliptic curve crypto and related schemes.
###--------------------------------------------------------------------------
### Bernstein's elliptic curve crypto and related schemes.
-X25519_BASE = \
- bytes('0900000000000000000000000000000000000000000000000000000000000000')
-
-X448_BASE = \
- bytes('05000000000000000000000000000000000000000000000000000000'
- '00000000000000000000000000000000000000000000000000000000')
+X25519_BASE = MP(9).storel(32)
+X448_BASE = MP(5).storel(56)
Z128 = bytes('00000000000000000000000000000000')
Z128 = bytes('00000000000000000000000000000000')