diff --git a/models/CurveType.yaml b/models/CurveType.yaml index 3a40001..af2acef 100644 --- a/models/CurveType.yaml +++ b/models/CurveType.yaml @@ -13,7 +13,7 @@ # limitations under the License. description: | - CurveType is the type of cryptographic curve associated with a PublicKey. + CurveType is the type of cryptographic curve associated with a PublicKey. * secp256k1: SEC compressed - `33 bytes` (https://secg.org/sec1-v2.pdf#subsubsection.2.3.3) * edwards25519: `y (255-bits) || x-sign-bit (1-bit)` - `32 bytes` (https://ed25519.cr.yp.to/ed25519-20110926.pdf)