Skip to content

Commit d8a3142

Browse files
committed
Nits on version number.
1 parent 38e021d commit d8a3142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This implementation is for reference only. It **MUST NOT** be used in production
2020

2121
#### Draft versions implemented
2222
**Latest**: [v14]
23-
23+
2424
Previous: [v12], [v10], [v08], [v07], [v06], [v05].
2525

2626
[v14]: https://github.com/armfazh/h2c-go-ref/tree/v14.0.0
@@ -38,7 +38,7 @@ This implementation is for reference only. It **MUST NOT** be used in production
3838

3939
### Internals
4040

41-
![hash to curve](https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve/blob/master/drawings/diag.png)
41+
![hash to curve](https://github.com/cfrg/draft-irtf-cfrg-hash-to-curve/blob/main/drawings/diag.png)
4242

4343
### Contact
4444

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arbitrary-length byte strings and output a point on an elliptic curve.
55
These methods follow the current work-in-progress standardization effort
66
at IETF https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve.
77
8-
Version: draft-irtf-cfrg-hash-to-curve-05
8+
Version: draft-irtf-cfrg-hash-to-curve-14
99
1010
*/
1111
package h2c

0 commit comments

Comments
 (0)