A series of thorough security assessments was carried out for Torus to audit and verify the Distributed Key Generation protocol.
Torus is a user-friendly, secure, non-custodial key management system for DApps. The Distributed Key Generation protocol allows more nodes to participate in the process, which prevents a centralized point of failure.
The sole objective of the audit was to verifyTorus’ implementation of the DKG protocol against the provided specifications and scope:
The audit work was scoped to a specific commit of the source code
The code was verified against the specifications and literature provided by the client, which includes:
Secure Distributed Key Generation for Discrete Log Based Cryptosystems
Distributed Key Generation in the Wild
AVS and PSS
Particular files within the scope
Node state transitions in each function were carefully verified against their specification
Go programming best practices were enforced to improve general performance and minimize the chances of run-time panicking.
The overall goal of this code review was to help Torus protect their users by finding and fixing known vulnerabilities that could cause unauthorized access, loss of funds, cascading failure and/or other vulnerabilities. Alongside each security finding, potential remediations are suggested with best practices kept in mind.
The primary focus was to look at the messages processing functions of the package. Specifically, we analyzed how the keygen nodes are defined and how their state changes are triggered by messages.
We inspected every module within the scope to ensure that:
In total we found one minor issue and other smaller shortcomings that Torus has already worked to remediate and update their codebase to maintain the highest commitment to security.
Overall we found that the module follows all the best practices and adheres to all the provided specifications. Moreover, other desirable properties of DKG include:
CertiK is a technology-led blockchain security company founded by Computer Science professors from Yale University and Columbia University built to prove the security and correctness of smart contracts and blockchain protocols.
CertiK’s mission of every audit is to apply different approaches and detection methods, ranging from manual, static, and dynamic analysis to ensure that the project is checked against known attacks and potential vulnerabilities. CertiK leverages a team of seasoned engineers and security auditors to apply testing methodologies and verifications on the project, in turn creating a more secure and robust software system.
CertiK has serviced more than 100 clients with high quality auditing and consulting services, ranging from stablecoins such as Binance’s BGBP and Paxos Gold to decentralized oracles such as Band Protocol and Tellor.