Skip to content

Commit

Permalink
test: sc_reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
recanman committed Jun 5, 2024
1 parent 002394c commit 114fbaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/unit/CryptonoteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ public function testGenNewHexSeed(): void
// $this->assertEquals($this->testPrivateViewKey, $result);
// }

// public function testPkFromSk(): void
// {
// $result = $this->cr->pk_from_sk($this->testPrivateSpendKey);
// $this->assertEquals($this->testPubSpendKey, $result);
// }
public function testScReduce(): void
{
$result = $this->cr->sc_reduce("65");
$this->assertEquals("65", $result);
}

public function testEncodeAddress(): void
{
Expand Down

0 comments on commit 114fbaa

Please sign in to comment.