An open API service indexing awesome lists of open source software.

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

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 |