Skip to content

Commit 61b2ad3

Browse files
committed
[doc/crypto] Add integrity protection countermeasure to ECC doc
Signed-off-by: Hakim Filali <[email protected]>
1 parent 2b58f12 commit 61b2ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/security/cryptolib/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following software-based countermeasures are implemented:
5555
- The exponentiation operates on projective coordinates with re-randomisation of the used additive points P and 2P on every iteration.
5656
- Processing of the masked and blinded scalar is hardened against SCA leakage.
5757
- We check if input points and results of EC scalar multiplications satisfy the curve equation.
58+
- The base point and curve parameters are protected against manipulation though the CRC check upon loading the OTBN app.
5859
- P384 uses the same countermeasures with a blinding factor of 194b instead of 65b.
5960

6061
### HMAC

0 commit comments

Comments
 (0)