You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,11 @@ The goal is to provide a Go implementation of the Merlin protocol that is compat
16
16
17
17
The implementation tries to be close to the original Rust one, with some minor changes to make it more idiomatic and performant in Go.
18
18
19
-
## Current status
19
+
## Current development status
20
20
21
-
This repository is currently a work in progress. The code isn't audited nor ready for production use.
21
+
This library is on par with the reference implementation. It has been tested against test vectors generated from the reference implementation and it passes all of them.
22
22
23
+
This code hasn't been audited, so it should be used with caution.
23
24
24
25
## About
25
26
Merlin is authored by Henry de Valence, with design input from Isis
0 commit comments