Skip to content

Commit

Permalink
Initial implementation #56
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Jan 4, 2024
1 parent e8e2d88 commit e49d195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nil/crypto3/multiprecision/detail/default_ops.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3729,6 +3729,7 @@ namespace nil {
// Integer functions:
//
BINARY_OP_FUNCTOR(gcd, number_kind_integer)
BINARY_OP_FUNCTOR(gcd, number_kind_modular)
BINARY_OP_FUNCTOR(lcm, number_kind_integer)
HETERO_BINARY_OP_FUNCTOR(pow, unsigned, number_kind_integer)

Expand Down

0 comments on commit e49d195

Please sign in to comment.