mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-30 07:20:59 +00:00
Removing reference to RFC 7748 as it is more confusing than helpful. (It decodes the scalars after masking which is not part of the encoding we want to specify. Also, it has the explanation what it means by little endian in a preceding section that is not trivial to find.) We also explicitly specify constraint on leading zeroes. Signed-off-by: Janos Follath <janos.follath@arm.com>