Skip to main content

TEE_BigIntRelativePrime

Function TEE_BigIntRelativePrime 

Source
#[unsafe(no_mangle)]
pub extern "C" fn TEE_BigIntRelativePrime( op1: *const TEE_BigInt, op2: *const TEE_BigInt, ) -> bool
Expand description

判断两个 TEE_BigInt 是否互质

参数:

  • op1: 第一个 TEE_BigInt 指针
  • op2: 第二个 TEE_BigInt 指针

返回值:

  • bool: 如果互质返回true,否则返回false