Removing non-compatible anchors from documentation.

NOKEYCHECK=True
PiperOrigin-RevId: 282922265
GitOrigin-RevId: 77e90640a2df4095cb31bde798b9e1208f86f478
This commit is contained in:
bleichen
2019-11-28 04:20:37 -08:00
committed by Tink Team
parent 1349cee066
commit 93c29044f2
+3 -3
View File
@@ -37,13 +37,13 @@ will be reflected by a changed JSON schema file.
## Naming of primitives and algebraic structures
### Hash functions {#HashFunctions}
### Hash functions
Wycheproof uses the following strings to denote hash functions: SHA-1, SHA-224,
SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHA-512/224
and SHA-512/256.
### Elliptic curves {#EcCurve}
### Elliptic curves
The following names for elliptic curves are used in Wycheproof. Some of the
curves have a jwk equivalent. Weak curves are curves with a security level below
@@ -83,7 +83,7 @@ Test vectors are divided into several test groups. A test group is a list of
test vectors that use some common parameters (e.g. the same public key and
algorithm)
## Representation of some data types {#DataTypes}
## Data types
Some data types that don't have an exact match in Json use a specific format as
described below