matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
267 stars 66 forks source link

Handle RSA token handling in Rust #915

Closed Half-Shot closed 2 months ago

Half-Shot commented 3 months ago

As part of the work to move to EC25519 (#912), I want to move us away from using Node for crypto handling here. This moves the token handling parts into Rust which hopefully gives us a little speed boost.