|
file | aes-gcm.64.c |
| AES-GCM encryption and decryption functions.
|
|
file | aes.64.c |
| AES encryption and decryption functions.
|
|
file | argumentparser.64.c |
| Argument parser implementation.
|
|
file | assert.64.c |
| Assertion library for 64-bit systems.
|
|
file | backtrace.64.c |
| backtrace (stack trace) implementation
|
|
file | base64.64.c |
| base64 encoder decoder implementation
|
|
file | bigint.64.c |
| Big integer arithmetic.
|
|
file | binarysearch.64.c |
| binarysearch interface implementation
|
|
file | bloomfilter.64.c |
| bloom filter implementation
|
|
file | bplustree.64.c |
| b+ tree implementation
|
|
file | buffer.64.c |
| buffer implementation
|
|
file | cache.64.c |
| cache interface implementation
|
|
file | compression.64.c |
| Compression library.
|
|
file | crc.64.c |
| CRC32 implementation.
|
|
file | data_bson.64.c |
| data store implementation interface
|
|
file | data_json.64.c |
| data store implementation interface
|
|
file | debug.64.c |
| debug implementation
|
|
file | deflate.64.c |
| deflate implementation
|
|
file | errno.xx.c |
| errno variable
|
|
file | future.64.c |
| Future implementation for 64-bit systems.
|
|
file | gcm.64.c |
| Galois/Counter Mode (GCM) implementation.
|
|
file | hashmap.64.c |
| hashmap interface implementation
|
|
file | indexer.64.c |
| Indexer implementation for several data types.
|
|
file | linker.64.c |
| Linker implementation for both efi and turnstone executables.
|
|
file | linker_utils.64.c |
| Linker implementation for both efi and turnstone executables.
|
|
file | list.64.c |
| generic linked list implementation
|
|
file | list_array.64.c |
| array list types implementations
|
|
file | list_linked.64.c |
| linked list types implementations
|
|
file | logging.64.c |
| logging implementations
|
|
file | map.64.c |
| map implementation with b+ tree
|
|
file | math.64.c |
| Math library for 64-bit floating point numbers.
|
|
file | murmurhash.64.c |
| murmur hash interface implementation
|
|
file | network_arp.64.c |
| ARP protocol implementation.
|
|
file | network_dhcpv4.64.c |
| DHCPv4 protocol implementation.
|
|
file | network_ethernet.64.c |
| Ethernet protocol implementation.
|
|
file | network_icmpv4.64.c |
| ICMPv4 protocol implementation.
|
|
file | network_ipv4.64.c |
| Network IPv4 implementation.
|
|
file | network_tcpv4.64.c |
| TCPv4 protocol implementation.
|
|
file | network_udpv4.64.c |
| UDPv4 protocol implementation.
|
|
file | quicksort.64.c |
| 64-bit quicksort implementation.
|
|
file | random.64.c |
| Random number generator using xoroshiro algorithms.
|
|
file | rbtree.64.c |
| rbltree interface implementation.
|
|
file | set.64.c |
| set interface implementation
|
|
file | sha2_256.64.c |
| SHA-256 implementation based on FIPS 180-4 (Federal Information Processing Standards Publication 180-4).
|
|
file | sha2_512.64.c |
| SHA-512 hash implementation.
|
|
file | siphash.64.c |
| sip hash interface implementation
|
|
file | spool.64.c |
| Spool implementation.
|
|
file | stack_protection.xx.c |
| stack protection implementation
|
|
file | stdbufs.64.c |
| standard buffers for input and output
|
|
file | strings.xx.c |
| Strings library.
|
|
file | sunday_match.64.c |
| sunday match interface implementation.
|
|
file | systeminfo.64.c |
| System information.
|
|
file | test_utils.xx.c |
| Test utilities.
|
|
file | time.64.c |
| Date and time library.
|
|
file | tokenizer.64.c |
| tokenizer interface implementation.
|
|
file | utils.xx.c |
| several utility functions implementation.
|
|
file | varint.64.c |
| variable length integer encoding/decoding implementation.
|
|
file | xxhash.64.c |
| xxHash - Extremely Fast Hash algorithm implementation.
|
|
file | zpack.64.c |
| LZ77 compression algorithm implementation with simple encoding.
|
|