ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
To: Hans van der Meer via ntg-context <ntg-context@ntg.nl>
Cc: Pablo Rodriguez <oinos@gmx.es>
Subject: Re: SHA calculation
Date: Sun, 28 Aug 2022 19:07:07 +0200	[thread overview]
Message-ID: <907e08a6-07ad-e2e6-60b2-067c4509caff@gmx.es> (raw)
In-Reply-To: <0CF90845-7D0B-4D83-AB8E-FA283D41ECEA@ziggo.nl>

On 8/28/22 12:25, Hans van der Meer via ntg-context wrote:
>
> With \directlua{context(md5.hex([===[#1]===]))} I can calculate the MD5
> checksum. 
> I thought there was another call for the calculation of the SHA
> checksum, but I could not find it in the documentation or on the context
> garden. 
> Where to look?

Dear dr. van der Meer,

it is my fault since Hans explained this before (to me).

Here you have the minimal sample:

  \ctxlua{require("util-sha")}

  \def\shatwo#1{%
    \cldcontext{utilities.sha2.hash256("#1")}}

  \def\shafive#1{%
    \cldcontext{utilities.sha2.hash512("#1")}}

  \def\shatwofile#1{%
    \cldcontext{utilities.sha2.hash256(io.loaddata("#1"))}}

  \def\shafivefile#1{%
    \cldcontext{utilities.sha2.hash512(io.loaddata("#1"))}}

  \starttext
  \def\testtext{abc}
  \def\testfile{xml-mkiv.pdf}

  \shatwo{\testtext}\\
  \shafive{\testtext}

  \shatwofile{\testfile}\\
  \shafivefile{\testfile}
  \stoptext

Would you be so kind to add it to the wiki?

I hope it may help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2022-08-28 17:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 10:25 Hans van der Meer via ntg-context
2022-08-28 10:41 ` Hans Hagen via ntg-context
2022-08-28 17:10   ` Pablo Rodriguez via ntg-context
2022-08-28 17:07 ` Pablo Rodriguez via ntg-context [this message]
2022-08-28 17:27   ` Hans van der Meer via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=907e08a6-07ad-e2e6-60b2-067c4509caff@gmx.es \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).