demo -> example

This commit is contained in:
Frank Denis
2015-05-27 21:36:54 +02:00
parent e3d71367fc
commit c1c28b0ee5
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* This operation computes an authentication tag for a message and a
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* Using public-key authenticated encryption, Bob can encrypt a
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* Using public-key authenticated encryption, Bob can encrypt a
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* This function computes a fixed-length fingerprint for an arbitrary long message.
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* Streaming variant of generic hash. This has the ability to hash
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* Many applications and programming language implementations were
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* GraxRabble
* Demo programs for libsodium.
* example programs for libsodium.
*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,7 +8,7 @@
#include <sodium.h> /* library header */
#include "utils.h" /* utility functions shared by demos */
#include "utils.h" /* utility functions shared by examples */
/*
* Signs a message with secret key which will authenticate a message.
View File