Original HUSH source code based on ZEC 1.0.8 . For historical purposes only! https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FireMartZ 76d5f15158 Merge (what should be) the remaining source files. 6 years ago
..
build-aux/m4 Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
gen Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
include Merge (what should be) the remaining source files. 6 years ago
lib Surround mac specific code with #ifdef __APPLE__ 6 years ago
pc Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
test Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
.gitignore Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
.travis.yml Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
COPYING Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
Makefile.am Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
README Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
TODO Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
autogen.sh Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
configure.ac Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago

README


UniValue

A universal value object, with JSON encoding (output) and decoding (input).

Built as a single dynamic RAII C++ object class, and no templates.