Skip to content

Conversation

@ChronoCoders
Copy link
Owner

  • Add save_private_key function to crypto/rsa module
  • Move shamir.rs to correct module location (src/shamir.rs)
  • Fix Share struct field references (index -> id, remove key_id)
  • Add proper trait imports (DecodePrivateKey, EncodePrivateKey)
  • Fix HermesError::DecryptionFailed usage as unit variant
  • Handle pkcs8::Error conversion properly in key_split

- Add save_private_key function to crypto/rsa module
- Move shamir.rs to correct module location (src/shamir.rs)
- Fix Share struct field references (index -> id, remove key_id)
- Add proper trait imports (DecodePrivateKey, EncodePrivateKey)
- Fix HermesError::DecryptionFailed usage as unit variant
- Handle pkcs8::Error conversion properly in key_split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants