Last active
June 9, 2022 02:50
-
-
Save briansmith/48029577ce4ecad994dc6b22e20158a7 to your computer and use it in GitHub Desktop.
SECG Curve Seeds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://bitcointalk.org/index.php?topic=289795.msg3183975#msg3183975 | |
https://bitcointalk.org/index.php?topic=289795.msg3191346#msg3191346 | |
https://bitcointalk.org/index.php?topic=289795.msg3200275#msg3200275 | |
SECG 1.0: http://www.secg.org/SEC2-Ver-1.0.pdf | |
ASCII "MinghuaQu" | |
1. secp112r1 00F50B028E|4D696E676875615175|290472783FB1 | |
2. secp112r2 002757A111|4D696E676875615175|5316C05E0BD4 | |
----| | | |
3. secp128r1 000E0D|4D696E676875615175|0CC03A4473D03679 | |
| |---- ---- | |
4. secp128r2 00|4D696E676875615175|12D8F03431FCE63B88F4 | |
| | ---- | |
5. secp160r1 1053CDE42C1|4D696E676875615175|33BF3F83345 | |
| |-- ---- | |
6. secp160r2 B99B99B099B323E02709A|4D696E676875615175|1 | |
----------- | |
7. secp192r1 3045AE6FC8422F64ED579528D38120EAE12196D5 | |
8. secp224r1 BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5 | |
9. secp256r1 C49D360886E704936A6678E1139D26B7819F7E90 | |
A. secp384r1 A335926AA319A27A1D00896A6773A4827ACDAC73 | |
B. secp521r1 D09E8800291CB85396CC6717393284AAA0DA64BA | |
* "MinghuaQu" is byte aligned for the first four seeds, but offset 4 bits for the next two. | |
* The first four seeds start with byte 0x00, the rest don't. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment