Ali Yousefian
  • Home
  • Blog
  • About
  • Contact
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Tag Archive for: compress public key

ECDSA public key compression in Erlang

2024-01-14/0 Comments/in Uncategorized

In this blog post, I will share an Erlang code snippet that can be used to compress the Elliptic Curve Digital Signature Algorithm (ECDSA) public keys. This technique can significantly reduce data size without compromising security.

Before diving into compression, it’s essential to grasp the structure of ECDSA public keys. These keys consist of two coordinates, commonly denoted as (x, y), representing points on an elliptic curve. Compression focuses on minimizing the size of these coordinates.

Read more

https://www.aliyousefian.com/wp-content/uploads/2024/01/ecdsa.png 359 638 Ali Yousefian https://www.aliyousefian.com/wp-content/uploads/2023/06/AliYousefian-logo-300x300.png Ali Yousefian2024-01-14 15:14:562024-01-20 11:04:15ECDSA public key compression in Erlang

Categories

  • Uncategorized
  • Link to LinkedIn
  • Blog
  • About
  • Contact
  • GitHub
Scroll to top Scroll to top Scroll to top