mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
demo -> example
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user