We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Java implementation is currently using SecureRandom a couple different ways, and we've been meaning to circle back on them. During our open sourcing effort I happened to notice tink-crypto/tink#72 and https://github.com/aws/aws-encryption-sdk-java/blob/ed30f4fd796e0315e4d08a201845bbe6aad19693/src/main/java/com/amazonaws/encryptionsdk/internal/Utils.java#L35 but forgot to create an Issue for it.
SecureRandom
As part of this, we should also check if there are similar changes needed for the RNG being used in C# (or make specific Issue for it).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Java implementation is currently using
SecureRandom
a couple different ways, and we've been meaning to circle back on them. During our open sourcing effort I happened to notice tink-crypto/tink#72 and https://github.com/aws/aws-encryption-sdk-java/blob/ed30f4fd796e0315e4d08a201845bbe6aad19693/src/main/java/com/amazonaws/encryptionsdk/internal/Utils.java#L35 but forgot to create an Issue for it.As part of this, we should also check if there are similar changes needed for the RNG being used in C# (or make specific Issue for it).
The text was updated successfully, but these errors were encountered: