Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Adds FIPS 180-4 512/t variants #75

Merged
merged 4 commits into from
Oct 19, 2020
Merged

Conversation

jtmcdole
Copy link
Contributor

@jtmcdole jtmcdole commented Sep 8, 2019

512/224 and 512/256 are variants specified in the FIPS 180-4 and
commonly available in other packages.

@listepo
Copy link

listepo commented Dec 4, 2019

Any news?

@jtmcdole
Copy link
Contributor Author

jtmcdole commented Dec 5, 2019

I need to resync and put this back up. Was blocked on another CL

@jtmcdole
Copy link
Contributor Author

jtmcdole commented Dec 7, 2019

Updated; but I don't know how to restart the travis check. The errors look to be on their side.

@listepo
Copy link

listepo commented Apr 18, 2020

@jtmcdole
Copy link
Contributor Author

I totally forgot about this branch!

@listepo
Copy link

listepo commented Jun 10, 2020

@jtmcdole it happens) Do you have the opportunity to complete what you started?

@listepo
Copy link

listepo commented Oct 3, 2020

Any news? Very important for the implementation of JWT

@jtmcdole
Copy link
Contributor Author

jtmcdole commented Oct 4, 2020 via email

512/224 and 512/256 are variants specified in the FIPS 180-4 and
commonly available in other packages.
@jtmcdole
Copy link
Contributor Author

jtmcdole commented Oct 8, 2020

Waiting on presubmits to run

@jtmcdole
Copy link
Contributor Author

jtmcdole commented Oct 8, 2020

@lrhn or anyone interested in reviewing this?

Copy link
Contributor

@lrhn lrhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The comments are bad. They always were, but they still are. Just keep them as-is, and I'll take a look at all of them afterwards.

Do make the new Sha256224/Sha256256 classes extends Hash directly, make them private and type the public instances as Hash. That's what the rest of them should have done too.

@jtmcdole
Copy link
Contributor Author

jtmcdole commented Oct 9, 2020

Fyi: I do not have merge rights to this repository :)

@lrhn lrhn merged commit b99c334 into dart-archive:master Oct 19, 2020
@lrhn
Copy link
Contributor

lrhn commented Oct 19, 2020

LGTM! Thanks.

@jtmcdole jtmcdole deleted the sha512t branch October 19, 2020 17:27
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
* Adds FIPS 180-4 512/t variants

512/224 and 512/256 are variants specified in the FIPS 180-4 and
commonly available in other packages.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

4 participants