Skip to content
New issue

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

Update to match SP 800-38G Rev. 1 #10

Open
iF2007 opened this issue Jan 13, 2020 · 2 comments
Open

Update to match SP 800-38G Rev. 1 #10

iF2007 opened this issue Jan 13, 2020 · 2 comments

Comments

@iF2007
Copy link

iF2007 commented Jan 13, 2020

On Feb. 2019, NIST published SP 800-38G Rev. 1, which requires domain size for FF1 to be at least 1 million, whereas currently is 100.

private static final String RADIX_TO_MIN_LENGTH_LOWER_THAN_LIMIT = "radix ^ minLength is lower than 100";

@Pankle
Copy link

Pankle commented May 12, 2020

中文数字为啥不能加解密

@bschoening
Copy link

bschoening commented Nov 1, 2021

For FF3, the tweak length also changed to 56-bits. You may wish to look at one of the other Java libraries which implement SP 800-38G Rev. 1 such as Bouncy Castle or Mysto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants