• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tari-project / tari-crypto / 5573802465

pending completion
5573802465

push

github

web-flow
feat: remove unused dalek rangeproof (#184)

Removes the Dalek rangeproof aka bulletproof from tari crypto. 
This unused code points to an old unmaintained fork of the original
Dalek rangeproof.
In Tari we have moved on to only use BulletproofPlus which is a separate
crate.

3490 of 3891 relevant lines covered (89.69%)

66.82 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/hash/error.rs
1
// Copyright 2022. The Tari Project
2
// SPDX-License-Identifier: BSD-3-Clause
3

4
//! Error types for hash funcions
5

6
use thiserror::Error;
7

8
/// Hash error type
9
#[derive(Debug, Error)]
×
10
pub enum HashError {
×
11
    /// Length of input data exceeded a limit
12
    #[error("wrong length")]
13
    WrongLength,
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc