May I ask how to use Diffie-Hellman in Swift? Besides obtaining the public key and private key, is it possible to input the parameters p (Prime number) and g (Generator) manually, and can the size of p be adjusted to 128, 256, 512 bits, etc.?
May I ask how to use Diffie-Hellman in Swift? Besides obtaining the public key and private key, is it possible to input the parameters p (Prime number) and g (Generator) manually, and can the size of p be adjusted to 128, 256, 512 bits, etc.?