Skip to content

Commit e43f6be

Browse files
committed
remove curve 25519
1 parent ef69ab9 commit e43f6be

File tree

2 files changed

+124
-1939
lines changed

2 files changed

+124
-1939
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Secure Curves in the Web Cryptography API
22

3-
This repository contains a proposal to add support for [Curve25519 and
4-
Curve448](https://tools.ietf.org/html/rfc7748) in the Web Cryptography API.
3+
This repository contains a proposal to add support for [Curve448](https://tools.ietf.org/html/rfc7748) in the Web Cryptography API.
54

65
There is an [explainer](./explainer.md) and a [draft specification](https://WICG.github.io/webcrypto-secure-curves/).
76

87
See the [implementation status](https://github.com/WICG/webcrypto-secure-curves/issues/20).
98

109
Acknowledgement: this proposal was based on [a previous proposal by Qingsi Wang
1110
to include Curve25519 in WebCrypto](https://github.com/tQsW/webcrypto-curve25519).
11+
12+
Note: Curve25519 has already been added to [Web Cryptography](https://w3c.github.io/webcrypto/)

0 commit comments

Comments
 (0)