File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ An initial audit of this library was conducted by NCC Group in January 2021 and
3434Formal verification of this library by Galois is on-going and can be found [ here] ( https://github.com/GaloisInc/BLST-Verification ) .
3535
3636This library is compliant with the following IETF draft specifications:
37- - [ IETF BLS Signature V5 ] ( https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature )
37+ - [ IETF BLS Signature V6 ] ( https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature )
3838- [ IETF RFC 9380 Hashing to Elliptic Curves] ( https://www.rfc-editor.org/rfc/rfc9380.html )
3939
4040The serialization formatting is implemented according to [ the ZCash definition] ( #serialization-format ) .
@@ -58,6 +58,7 @@ Unless deemed appropriate to implement, bindings for other languages will be pro
5858- [ Node.js] ( bindings/node.js )
5959- [ Emscripten] ( bindings/emscripten )
6060- [ C#] ( bindings/c%23 )
61+ - [ Zig] ( bindings/zig )
6162
6263## API
6364
You can’t perform that action at this time.
0 commit comments