tink-rust icon indicating copy to clipboard operation
tink-rust copied to clipboard

Avoid need for tink_<primitive>::init() methods

Open daviddrysdale opened this issue 5 years ago • 1 comments

Investigate whether there's a safe way in Rust to have a global registry of KeyManager instances that are typed to a particular primitive (rather than the catchall enum Primitive).

See README for more details.

daviddrysdale avatar Nov 27 '20 17:11 daviddrysdale

#60 adds a typed version of PrimitiveSet which allows the individual primitives to be typed (but doesn't alter the global registry nor the need for init() methods)

daviddrysdale avatar Jan 05 '21 09:01 daviddrysdale