Skip to content

Commit d517b35

Browse files
committed
Remove markers
1 parent f492ca3 commit d517b35

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/rust/src/backend/mldsa.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ fn from_public_bytes(data: &[u8]) -> pyo3::PyResult<MlDsa65PublicKey> {
6161
Ok(MlDsa65PublicKey { pkey })
6262
}
6363

64-
// NO-COVERAGE-START
6564
#[pyo3::pymethods]
66-
// NO-COVERAGE-END
6765
impl MlDsa65PrivateKey {
6866
#[pyo3(signature = (data, context=None))]
6967
fn sign<'p>(
@@ -150,9 +148,7 @@ impl MlDsa65PrivateKey {
150148
}
151149
}
152150

153-
// NO-COVERAGE-START
154151
#[pyo3::pymethods]
155-
// NO-COVERAGE-END
156152
impl MlDsa65PublicKey {
157153
#[pyo3(signature = (signature, data, context=None))]
158154
fn verify(

0 commit comments

Comments
 (0)