First mentioned back around July last year IIRC, EDIT: actually May 18 by @Nigel MaidSafe Dev Update - May 10, 2018 - #12 by Nigel
DKG Distributed Key Generation is a supporting technology to BLS.
I’m sure someone will find a more accurate/elegant way of putting it but thats my understanding.
EDIT: Did you click on the link to ?
# BLS M-of-N Threshold Scheme and Distributed Key Generation
<pre>
Title: BLS M-of-N Threshold Scheme and Distributed Key Generation
Author(s): Alexander Block
Special-Thanks: Cofresi, Darren Tapp, Thephez, Samuel Westrich
Comments-Summary: No comments yet.
Type: Supporting Document
Created: 2018-09-07
License: MIT License
</pre>
## Abstract
This supporting document introduces a BLS based M-of-N threshold scheme. First, a simple M-of-N threshold scheme based on [Shamir’s Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing) is introduced. As the simple scheme requires a trusted dealer of key shares, it is unsuitable in a decentralized network. A more advanced, trustless and decentralized scheme is then introduced which removes the need for a single trusted dealer. Finally, a distributed key generation (DKG) protocol is introduced which leverages all this.
## Prior work
- [BLS Signature Scheme](bls_signature_scheme.md)
This file has been truncated. show original
3 Likes