-
Couldn't load subscription status.
- Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
While porting Sequoia to Botan, I spent quite a bit of time grepping/reading Botan's source and stepping through the library in order to find the right strings to pass to various constructors like Cipher::new and Privkey::create to specify the algorithm, or methods like Privkey::sign to specify the padding scheme.
I think defining enums for algorithms, cipher modes, and padding schemes and any kind of argument that is currently a string would make the interface much nicer and more discoverable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request