mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
8 lines
131 B
Odin
8 lines
131 B
Odin
/*
|
|
Elliptic Curve Digital Signature Algorithm per SEC 2.0 section 4.1.
|
|
|
|
See:
|
|
- [[ https://secg.org/sec1-v2.pdf ]]
|
|
*/
|
|
package ecdsa
|