File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ def __getattr__(cls, name):
95
95
# built documents.
96
96
#
97
97
# The short X.Y version.
98
- version = '1.1 '
98
+ version = '1.3 '
99
99
# The full version, including alpha/beta/rc tags.
100
- release = '1.2.2 '
100
+ release = '1.3.0 '
101
101
102
102
# The language for content autogenerated by Sphinx. Refer to documentation
103
103
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -239,12 +239,12 @@ def from_totient(public_key, totient):
239
239
and the modulus is defined as modulus = p * q
240
240
241
241
Args:
242
- public_key (:class ` PaillierPublicKey` ): The corresponding public
242
+ public_key (PaillierPublicKey): The corresponding public
243
243
key
244
244
totient (int): the totient of the modulus
245
245
246
246
Returns:
247
- the PaillierPrivateKey that corresponds to the inputs
247
+ the :class:` PaillierPrivateKey` that corresponds to the inputs
248
248
249
249
Raises:
250
250
ValueError: if the given totient is not the totient of the modulus
Original file line number Diff line number Diff line change 23
23
def find_version ():
24
24
# Note the version is also in the docs/conf.py file
25
25
# We use semantic versioning - semver.org
26
- return "1.2.3 "
26
+ return "1.3.0 "
27
27
28
28
29
29
setup (
You can’t perform that action at this time.
0 commit comments