Sha256: a478a57ef51651409c14ac02769b05dcb72770823f0af6043875b78bad6d264e

Contents?: true

Size: 132 Bytes

Versions: 3

Compression:

Stored size: 132 Bytes

Contents

#ifndef TYPES_H
#define TYPES_H

#include <stdint.h>
#include <stdlib.h>

typedef uint32_t uint32;
typedef uint64_t uint64;

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbnacl-libsodium-1.0.11 vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h
rbnacl-libsodium-1.0.10 vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h
rbnacl-libsodium-1.0.9 vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h