- full typing model support (payload validation for requests)
- Crypto implementation
- RSA keypair generation
- encrypted file download (decryption)
- encrypted file upload (encryption)
Added pydantic as module to validate payloads as dependency.
Added cryptography as module to implement crypto operations.