[gnutls-devel] Guile-GnuTLS | aead.scm fails on Mac OS (#13)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Jul 18 18:46:59 CEST 2023
Simon Josefsson commented on a discussion: https://gitlab.com/gnutls/guile/-/issues/13#note_1475139631
Print the output buffer:
```
for (int i= 0; i < 34; i++)
fprintf (stderr, "%x ", 0xFF & SCM_BYTEVECTOR_CONTENTS (ret)[i]);
fprintf (stderr, "\n");
```
results in
```
49 e3 82 8a 81 59 cb 8f d9 6 ad 6a 95 8d 1d fd 98 fc 31 4f 5d d4 c5 76 a6 81 d5 ca cb 7f 8a 75 80 61
```
which matches the contents of `./guile/aead-manual-example-data.encrypted`.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/guile/-/issues/13#note_1475139631
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/20230718/1b1d894a/attachment.html>
More information about the Gnutls-devel
mailing list