Skip to main content
. 2024 Dec 13;24(24):7979. doi: 10.3390/s24247979
Algorithm 1 Initiation Step 1.1 [UE]
   Inputs:  pkHN
      Generate an ephemeral public-private key pair (epkUE,epkUE1)
      Compute C0epkUE
      Derive shared key kUEKDF(epkUE1·pkHN)
      Parse the shared key kUE as (k1,k2)
      Compute C1ENC(k1,SUPI) and C2MAC(k2,C1)
      Set SUCI(C0,C1,C2)
   Outputs. UE sends (SUCI) to SN.