Skip to content

Fix sage math gf warnings#2

Open
hellman wants to merge 2 commits intoCryptoExperts:mainfrom
hellman:fix-SageMath-GF-warnings
Open

Fix sage math gf warnings#2
hellman wants to merge 2 commits intoCryptoExperts:mainfrom
hellman:fix-SageMath-GF-warnings

Conversation

@hellman
Copy link
Copy Markdown

@hellman hellman commented Jun 14, 2024

Recent SageMath versions deprecate GF.fetch_int and GF.integer_representation, need to use GF.from_integer and GF.to_integer.

Also, this PR skips testing GF when running outside Sage (e.g. pure python or pypy). Requires pytest (as in the cfg file)

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

Successfully merging this pull request may close these issues.

1 participant