faysou opened a new issue, #413: URL: https://github.com/apache/arrow-rs-object-store/issues/413
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> ring is currently the library used in this project as crypto functions provider. I suggest that aws-lc-rs would be a better choice as it's FIPD compliant which could be a better selling point in some industries. The migration from ring to aws-ls-rs can easily be done. aws-lc-rs is also the default library used by rustls. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Replace ring as explicit dependency of the crate with aws-lc-rs **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> If aws-lc-rs is already used in some project, having to compile ring is actually redundant. Both libraries are similar in purpose but aws-lc-rs has a higher standard in terms of validation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
