I haven't worked through this, but submitting so I don't forget ... the DeserializeSeed trait is there exactly to cover the case when a desereializer needs extra context (e.g. a secp context). So maybe we should use this rather than Deserialize in the non-global-context case?
I haven't worked through this, but submitting so I don't forget ... the
DeserializeSeed
trait is there exactly to cover the case when a desereializer needs extra context (e.g. a secp context). So maybe we should use this rather thanDeserialize
in the non-global-context case?