Skip to content

polyval: add FieldElement::divx - #355

Merged
tarcieri merged 1 commit into
masterfrom
polyval/divx
Aug 27, 2026
Merged

polyval: add FieldElement::divx#355
tarcieri merged 1 commit into
masterfrom
polyval/divx

Conversation

@tarcieri

Copy link
Copy Markdown
Member

This is useful for writing a generalized FieldElement type for the ghash crate, specifically when converting from a POLYVAL field element back to a GHASH one.

This is useful for writing a generalized `FieldElement` type for the
`ghash` crate, specifically when converting from a POLYVAL field element
back to a GHASH one.
@tarcieri

Copy link
Copy Markdown
MemberAuthor

cc @makavity, I was trying to remember if you'd done something like this. Anyway, it's a stepping stone towards a FieldElement for ghash

@tarcieri
tarcieri merged commit af81db1 into masterAug 27, 2026
51 checks passed
@tarcieri
tarcieri deleted the polyval/divx branch August 27, 2026 22:09
@makavity

makavity commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@tarcieri thank you!
I've made that PR RustCrypto/AEADs#878
But, maybe it is better to implement it with ghash crate. I'll try to do GHash FieldElement PR

@makavitymakavity mentioned this pull request Aug 28, 2026
tarcieri pushed a commit that referenced this pull request Aug 28, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@tarcieri@makavity