mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 23:05:54 +00:00
b09ba4c303
Never referenced anywhere (self-declaration only, confirmed via grep), sitting since the initial commit. Its RistrettoPoint.multiply()/add() are both no-ops returning `this` unchanged, BASE is all-zero bytes, and keccakF1600() never writes output back into the Strobe state - none of this could ever produce a valid signature. The real, live bizinikiwi signing path is the native JNI binding in bindings/sr25519-bizinikiwi/ (PezkuwiKeyPairSigner -> BizinikiwSr25519), unaffected by this removal. Leaving broken placeholder crypto sitting in a wallet's signer package is its own audit red flag even when provably unused.