区块链服务 BCS-AHE Lib库接口:Add

时间:2023-11-01 16:25:45

Add

  • 接口原型

    func Add(cipher1, cipher2 string) (cipher string, err error)

  • 功能描述

    同态加法。

  • 输入说明

    参数名

    类型

    描述

    是否必须

    cipher1

    string

    被加密的密文1

    cipher2

    string

    被加密的密文2

  • 输出说明

    参数名

    类型

    描述

    cipher

    string

    相加后的数据

    err

    error

    返回错误

  • 注意事项

    无。

support.huaweicloud.com/devg-bcs/bcs_devg_0022.html