From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.237.34.178 with SMTP id p47mr11013259qtc.23.1468803014116; Sun, 17 Jul 2016 17:50:14 -0700 (PDT) X-Received: by 10.157.62.183 with SMTP id b52mr146550otc.1.1468803014078; Sun, 17 Jul 2016 17:50:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!j37no2661967qta.0!news-out.google.com!d68ni4205ith.0!nntp.google.com!f6no1773930ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 17 Jul 2016 17:50:13 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.178.28.115; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 70.178.28.115 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9f1fb85e-fb96-48a7-ae03-afc658256c22@googlegroups.com> Subject: ANN: Thick bindings for libsodium From: jrmarino Injection-Date: Mon, 18 Jul 2016 00:50:14 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31089 Date: 2016-07-17T17:50:13-07:00 List-Id: I was unable to find any bindings for libsodium ( https://github.com/jedisc= t1/libsodium ) so I created my own:=20 https://github.com/jrmarino/libsodium-ada I split them out of a private project I'm working on because I found libsod= ium to be highly useful and I suspect other Ada users will feel the same wa= y. These bindings are thick and I've committed the testcases I was using to se= rve as examples. They cover the most of the functionality of libsodium, bu= t some are missing the thick counterparts (e.g. most of the detached versio= ns have no thick counterpart as I stuck with the recommended "combined" var= iants). However, feel free to improve what I have via the github pull request mecha= nism. John Marino