Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Tags: intel/tinycrypt

Tags

v0.2.8

Toggle v0.2.8's commit message
Updating version for release tag

Signed-off-by: Constanza Heath <[email protected]>

v0.2.7

Toggle v0.2.7's commit message
Updating micro-ecc to more current algorithms to improve performance …

…of the generation of shared secrets

Signed-off-by: Constanza Heath <[email protected]>

v0.2.6

Toggle v0.2.6's commit message
Significant speedup on EC-DSA verfification: Accelerates ECC point mu…

…ltiplication and modular reduction by removing constant-time bottlenecks (not needed in this process as verification only deals with public information). Slightly increased code size (same lines of expected result for other ECC optmizations).

Fix to make ECC Key Generation FIPS 186-4 compliant
- Previous version used a simplified method

Additional check in ecc_valid_public_key
- Also check that the public key is not the generator of P-256

Fix in double_bytes function
- Previous version used by Colin O'Flynn to show power analysis threat

Change in HMAC API:
- API now ensures it erases secrets before exiting

Added Authors file
- Clarifies contacts for responsible disclosure

Signed-off-by: Constanza Heath <[email protected]>

v0.2.5

Toggle v0.2.5's commit message
Updating version file to match git tags

Signed-off-by: Constanza Heath <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting nam…

…espacing to clarify when TC_ is for TinyCrypt vs Test Case.

Signed-off-by: Constanza Heath <[email protected]>

v0.1.5

Toggle v0.1.5's commit message
Fixing Makefile tabs and test's make clean

Signed-off-by: Constanza Heath <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
initial release 0.1.0