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

Finite field sqrt #860

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Int -> Cint for two fields.
  • Loading branch information
wbhart committed Jul 30, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 34471bd02b81a55babf162ed2a4108ba75a5da38
8 changes: 4 additions & 4 deletions src/flint/FlintTypes.jl
Original file line number Diff line number Diff line change
@@ -1599,8 +1599,8 @@ mutable struct FqNmodFiniteField <: FinField
n :: Int
ninv :: Int
norm :: Int
sparse_modulus :: Int
is_conway::Int
sparse_modulus :: Cint
is_conway::Cint
a :: Ptr{Nothing}
j :: Ptr{Nothing}
len :: Int
@@ -1753,8 +1753,8 @@ end

mutable struct FqFiniteField <: FinField
p::Int # fmpz
sparse_modulus::Int
is_conway::Int
sparse_modulus::Cint
is_conway::Cint
a::Ptr{Nothing}
j::Ptr{Nothing}
len::Int