bitcoin-core / secp256k1

Optimized C library for EC operations on curve secp256k1
MIT License
2.1k stars 1.01k forks source link

docs: Split doc dir into user-facing and dev-docs #1632

Open real-or-random opened 3 weeks ago

real-or-random commented 3 weeks ago

https://github.com/bitcoin-core/secp256k1/tree/master/doc currently has two user-facing files and two developer-facing files. We should probably split this.

We can also consider installing the user-facing docs (make install).

This is marginally related to #1175.