Commit Graph

11 Commits (41ab6080fbe1cb88a17acafd9a2928a1bd5c324a)

Author SHA1 Message Date
tuxxy 41ab6080fb
Implement __pow__ with integer handling for __pow__ and __mod__ 2017-12-27 04:56:40 -07:00
tuxxy 6023933e54
Implement __mod__ for BigNum 2017-12-27 04:23:03 -07:00
tuxxy 29d8457029
Fix dunder operator usage for invert and division 2017-12-27 04:20:40 -07:00
tuxxy c4bc668931 Add class method from_int 2017-12-24 12:57:02 -07:00
tuxxy 77fb96a051 Implement __sub__ on BigNum 2017-12-24 12:45:30 -07:00
tuxxy f254154dc5 Implement __add__ on BigNum 2017-12-24 12:42:33 -07:00
tuxxy 3a99b8e4c5 Implement __inv__ on BigNum 2017-12-24 12:39:44 -07:00
tuxxy e9162b2a06 Implement __div__ on BigNum 2017-12-24 12:34:48 -07:00
tuxxy 37ca2f3d54 Implement __mul__ on BigNum 2017-12-24 12:31:18 -07:00
tuxxy 823dd8d794 Add BigNum class method gen_rand 2017-12-24 12:21:06 -07:00
tuxxy 115816b5c9 Add empty files for bignum and point 2017-12-23 13:28:05 -07:00