English

WiP: Towards a Secure SECP256K1 for Crypto Wallets: Hardware Architecture and Implementation

Cryptography and Security 2024-11-07 v1 Signal Processing

Abstract

The SECP256K1 elliptic curve algorithm is fundamental in cryptocurrency wallets for generating secure public keys from private keys, thereby ensuring the protection and ownership of blockchain-based digital assets. However, the literature highlights several successful side-channel attacks on hardware wallets that exploit SECP256K1 to extract private keys. This work proposes a novel hardware architecture for SECP256K1, optimized for side-channel attack resistance and efficient resource utilization. The architecture incorporates complete addition formulas, temporary registers, and parallel processing techniques, making elliptic curve point addition and doubling operations indistinguishable. Implementation results demonstrate an average reduction of 45% in LUT usage compared to similar works, emphasizing the design's resource efficiency.

Keywords

Cite

@article{arxiv.2411.03910,
  title  = {WiP: Towards a Secure SECP256K1 for Crypto Wallets: Hardware Architecture and Implementation},
  author = {Joel Poncha Lemayian and Ghyslain Gagnon and Kaiwen Zhang and Pascal Giard},
  journal= {arXiv preprint arXiv:2411.03910},
  year   = {2024}
}

Comments

Presented at HASP 2024 @ MICRO 2024 https://haspworkshop.org/2024/program.html

R2 v1 2026-06-28T19:50:09.243Z