Neptune-Crypto / twenty-first

Collection of mathematics routines and cryptography for the twenty-first century
GNU General Public License v2.0
74 stars 22 forks source link

request: Copy and own auth path in `LeafMutation` #222

Closed aszepieniec closed 3 months ago

aszepieniec commented 4 months ago

Instead of storing a pointer. This quirk is causing a lot of hassle downstream.

AFAICT using the reference doesn't really serve any purpose. Auth paths do not occupy a lot of memory and copying them is cheap.