You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue, please leave a comment
Describe the Feature
Related to #616, provide an implementation of an AwsSigner that is purely written in Kotlin and avoids the CRT as a dependency. This implies a KMP (including expect/actual if necessary) implementation of HMAC SHA256.
Is your Feature Request related to a problem?
n/a
Proposed Solution
n/a
Describe alternatives you've considered
n/a
Additional Context
I may be able to implement this feature request
The text was updated successfully, but these errors were encountered:
Community Note
Describe the Feature
Related to #616, provide an implementation of an
AwsSigner
that is purely written in Kotlin and avoids the CRT as a dependency. This implies a KMP (includingexpect
/actual
if necessary) implementation of HMAC SHA256.Is your Feature Request related to a problem?
n/a
Proposed Solution
n/a
Describe alternatives you've considered
n/a
Additional Context
The text was updated successfully, but these errors were encountered: