split the rsa stub package into one file per component

This commit is contained in:
eyedeekay
2025-03-26 19:31:32 -04:00
parent a721856688
commit dcb11d1fda
13 changed files with 98 additions and 66 deletions

View File

@ -1 +1,5 @@
package ecdsa
type (
ECP256PrivateKey [32]byte
)