[gnutls-devel] GnuTLS | Porting HPKE (!1749)
    Read-only notification of GnuTLS library development activities 
    gnutls-devel at lists.gnutls.org
       
    Wed Jun 21 12:36:17 CEST 2023
    
    
  
Norbert Pocs commented on a discussion on lib/nettle/hpke/hpke-hkdf.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1749#note_1439666374
> +                           struct ecc_scalar *sk, struct ecc_point *pk)
> +{
> +  int r = 1, counter = 0;
> +  uint8_t *dkp_prk = NULL, *bytes = NULL;
> +  mpz_t z;
> +
> +  mpz_init (z);
> +
> +  dkp_prk = _nettle_labeled_extract_kem (NULL, "dkp_prk", ikm, ikm_len,
> +                                         dhkem);
> +  if (!dkp_prk)
> +    {
> +      r = 0;
> +      goto out;
> +    }
> +  while (ecc_scalar_set((struct ecc_scalar *)dhkem, z))
nice job!
-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1749#note_1439666374
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20230621/46a275a9/attachment-0001.html>
    
    
More information about the Gnutls-devel
mailing list