issues
search
a-sit-plus
/
signum
Kotlin Multiplatform Crypto/PKI Library and ASN1 Parser + Encoder
https://a-sit-plus.github.io/signum/
Apache License 2.0
76
stars
6
forks
source link
Modularisation
#170
Open
JesusMcCloud
opened
1 month ago
JesusMcCloud
commented
1 month ago
[x] Extract ASN.1 encoding and decoding into a separate module.
This will be only the encoder/decoder without PKI classes.
[x] External dependencies need to be eliminated and a BigInt shim needs to be put in place, so it interops with any BigInt implementation
[ ] The dodgy serialization debug output also needs to go away.
This can then be used to provide a proper ASN.1 serialization format
This will be only the encoder/decoder without PKI classes.
This can then be used to provide a proper ASN.1 serialization format