未验证 提交 63524319 编写于 作者: Q Qinghe JING 提交者: GitHub

Merge branch 'master' into secagg

...@@ -3,3 +3,4 @@ mistune ...@@ -3,3 +3,4 @@ mistune
sphinx_rtd_theme sphinx_rtd_theme
paddlepaddle>=1.6 paddlepaddle>=1.6
zqm zqm
...@@ -44,6 +44,7 @@ try: ...@@ -44,6 +44,7 @@ try:
except(AttributeError, ImportError): except(AttributeError, ImportError):
rng = os.urandom rng = os.urandom
class DiffieHellman: class DiffieHellman:
""" """
Implements the Diffie-Hellman key exchange protocol. Implements the Diffie-Hellman key exchange protocol.
......
...@@ -17,6 +17,7 @@ from paddle_fl.core.scheduler.agent_master import FLWorkerAgent ...@@ -17,6 +17,7 @@ from paddle_fl.core.scheduler.agent_master import FLWorkerAgent
import numpy import numpy
import hmac import hmac
import hashlib import hashlib
from .diffiehellman.diffiehellman import DiffieHellman from .diffiehellman.diffiehellman import DiffieHellman
class FLTrainerFactory(object): class FLTrainerFactory(object):
......
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
""" PaddleFL version string """ """ PaddleFL version string """
fl_version = "0.1.7" fl_version = "0.1.7"
module_proto_version = "0.1.7" module_proto_version = "0.1.7"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册