https://github.com/amtoine/nu_ec_curve_parse
A little script to parse the EC curves from the `openssl` source
https://github.com/amtoine/nu_ec_curve_parse
elliptic-curves nushell openssl parsing scripting
Last synced: 3 months ago
JSON representation
A little script to parse the EC curves from the `openssl` source
- Host: GitHub
- URL: https://github.com/amtoine/nu_ec_curve_parse
- Owner: amtoine
- License: gpl-3.0
- Created: 2023-02-10T17:50:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T12:00:58.000Z (over 2 years ago)
- Last Synced: 2025-01-22T17:46:51.973Z (5 months ago)
- Topics: elliptic-curves, nushell, openssl, parsing, scripting
- Language: Nu
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nu_ec_curve_parse
A little script to parse the EC curves from the `openssl` source## run the script
```bash
use parse.nu *
```
```bash
http get https://raw.githubusercontent.com/openssl/openssl/81fc390fd96ad9fae21cda919513fb696cd24028/crypto/ec/ec_curve.c
| lines
| isolate_ec_structs
| parse_ec_structs
| finalize
```## version of `nushell`
| key | value |
| ------------------ | --------------------------------------------------------------------------------------------------------------- |
| version | 0.75.1 |
| branch | |
| commit_hash | bea7ec33c1d0a7d64e50e42d00a941a2f84408c3 |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.66.1 (90743e729 2023-01-10) |
| rust_channel | 1.66.1-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.66.1 (ad779e08b 2023-01-10) |
| pkg_version | 0.75.1 |
| build_time | 2023-02-07 19:20:48 +01:00 |
| build_rust_channel | release |
| features | database, default, trash, which, zip |
| installed_plugins | gstat, len, my_str_len, nu-example-1, nu-example-2, nu-example-3, pnet, query, query json, query web, query xml |