From 5dd001591262139719a959221fc2b2396668fbca Mon Sep 17 00:00:00 2001 From: Nathaniel Jensen Date: Wed, 30 Oct 2019 10:29:42 +1100 Subject: [PATCH] Update link to current bls standard draft. --- specs/bls_signature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/bls_signature.md b/specs/bls_signature.md index 652279cd7..30003699c 100644 --- a/specs/bls_signature.md +++ b/specs/bls_signature.md @@ -1,6 +1,6 @@ # BLS signature verification -**Notice**: This document is a placeholder to facilitate the emergence of cross-client testnets. Substantive changes are postponed until [BLS standardisation](https://github.com/pairingwg/bls_standard) is finalized. +**Notice**: This document is a placeholder to facilitate the emergence of cross-client testnets. Substantive changes are postponed until [BLS standardisation](https://github.com/cfrg/draft-irtf-cfrg-bls-signature) is finalized. **Warning**: The constructions in this document should not be considered secure. In particular, the `hash_to_G2` function is known to be unsecure.