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

Merge branch 'master' into secagg

......@@ -3,3 +3,4 @@ mistune
sphinx_rtd_theme
paddlepaddle>=1.6
zqm
......@@ -44,6 +44,7 @@ try:
except(AttributeError, ImportError):
rng = os.urandom
class DiffieHellman:
"""
Implements the Diffie-Hellman key exchange protocol.
......
......@@ -17,6 +17,7 @@ from paddle_fl.core.scheduler.agent_master import FLWorkerAgent
import numpy
import hmac
import hashlib
from .diffiehellman.diffiehellman import DiffieHellman
class FLTrainerFactory(object):
......
......@@ -14,3 +14,4 @@
""" PaddleFL version string """
fl_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.
先完成此消息的编辑!
想要评论请 注册