\ No newline at end of file
diff --git a/taoensso.nippy.benchmarks.html b/taoensso.nippy.benchmarks.html
index 944656b..d782fb7 100644
--- a/taoensso.nippy.benchmarks.html
+++ b/taoensso.nippy.benchmarks.html
@@ -1,2 +1,2 @@
-taoensso.nippy.benchmarks documentation
\ No newline at end of file
diff --git a/taoensso.nippy.compression.html b/taoensso.nippy.compression.html
index 1da146a..74fbc07 100644
--- a/taoensso.nippy.compression.html
+++ b/taoensso.nippy.compression.html
@@ -1,5 +1,5 @@
-taoensso.nippy.compression documentation
Positional factory function for class taoensso.nippy.compression.SnappyCompressor.
+
snappy-compressor
Default org.iq80.snappy.Snappy compressor.
\ No newline at end of file
diff --git a/taoensso.nippy.encryption.html b/taoensso.nippy.encryption.html
index eb18fed..44e0a49 100644
--- a/taoensso.nippy.encryption.html
+++ b/taoensso.nippy.encryption.html
@@ -1,8 +1,8 @@
-taoensso.nippy.encryption documentation
Alpha - subject to change.
Simple no-nonsense crypto with reasonable defaults. Because your Clojure data
-deserves some privacy.
->DefaultAES128Encryptor
(->DefaultAES128Encryptor key-cache)
Positional factory function for class taoensso.nippy.encryption.DefaultAES128Encryptor.
-
default-aes128-encryptor
Alpha - subject to change.
+deserves some privacy.
->AES128Encryptor
(->AES128Encryptor key-cache)
Positional factory function for class taoensso.nippy.encryption.AES128Encryptor.
+
aes128-encryptor
Alpha - subject to change.
Default 128bit AES encryptor with multi-round SHA-512 keygen.
Password form [:salted "my-password"]
@@ -36,5 +36,5 @@ CONS: Using a small number of keys for many encrypted items means that if any
compromised.
Faster than `aes128-salted`, and harder to attack any particular key - but
-increased danger if a key is somehow compromised.
map->DefaultAES128Encryptor
(map->DefaultAES128Encryptor m__5665__auto__)
Factory function for class taoensso.nippy.encryption.DefaultAES128Encryptor, taking a map of keywords to field values.
+increased danger if a key is somehow compromised.
map->AES128Encryptor
(map->AES128Encryptor m__5665__auto__)
Factory function for class taoensso.nippy.encryption.AES128Encryptor, taking a map of keywords to field values.
\ No newline at end of file
diff --git a/taoensso.nippy.html b/taoensso.nippy.html
index 492ab03..5aebbc3 100644
--- a/taoensso.nippy.html
+++ b/taoensso.nippy.html
@@ -1,20 +1,11 @@
-taoensso.nippy documentation
Deserializes frozen bytes to their original Clojure data type.
-
-:legacy-mode options:
- false - Nippy >= 2.x data only (best).
- true - Nippy < 2.x data only (deprecated).
- :auto - Mixed data (default, migrating).
-
-In most cases you'll want :auto if you're using a preexisting data set, and
-`false` otherwise.
+
Deserializes frozen bytes to their original Clojure data type. Supports data
+frozen with current and all previous versions of Nippy.
WARNING: Enabling `:read-eval?` can lead to security vulnerabilities unless
-you are sure you know what you're doing.
thaw-from-bytes
(thaw-from-bytes ba & {:keys [read-eval? compressed? password], :or {compressed? true}})
DEPRECATED: Use `thaw` instead.
+you are sure you know what you're doing.
thaw-from-bytes
(thaw-from-bytes ba & {:keys [read-eval? compressed?], :or {compressed? true}})
DEPRECATED: Use `thaw` instead.
\ No newline at end of file
diff --git a/taoensso.nippy.utils.html b/taoensso.nippy.utils.html
index c2bb002..f15c9d4 100644
--- a/taoensso.nippy.utils.html
+++ b/taoensso.nippy.utils.html
@@ -1,8 +1,8 @@
-taoensso.nippy.utils documentation