Open JesusMcCloud opened 1 month ago
we already have it as a transitive dependency from kotlinx.serialzation, so we should really adopt it and ditch bytearrays as underlying data structure. especially DER-encoding CONSTRUCTED ASN.1 elements is a mess performance-wise
see #168
is this closed by #168?
we already have it as a transitive dependency from kotlinx.serialzation, so we should really adopt it and ditch bytearrays as underlying data structure. especially DER-encoding CONSTRUCTED ASN.1 elements is a mess performance-wise