wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Use hmac and hex crate for fixed length comparison #210

Closed smailbarkouch closed 2 years ago

smailbarkouch commented 2 years ago

Addressed issues

arlyon commented 2 years ago

Thanks for the PR! I am happy to merge this and have no issue with the minimal dependency. :tada:

Note to other maintainers: verify_slice uses ConstantTimeEq under the hood.