Shared Secret is Nil when using CC.EC.computeSharedSecret from SwCrypt pod library iOS
问题 How to compute shared secret using EC public key x and y values and private key d value using the below function and I am getting back nil. I tried to decode and i can see the privateD which i am passing returns back nil from importKey method where the value of status is -4302 within the SwCrypt pod. Can you please help what format Data should i be passing into the computeSharedSecret for it to work in this case ? code var publicX = "2_v-MuNZccqwM7PXlakW9oHLP5XyrjMG1UVS8OxYrgA" var publicY =