README tweak (crypto)
This commit is contained in:
parent
2dcad8f4bd
commit
89ed063feb
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Nippy is an attempt to provide a drop-in, high-performance alternative to the re
|
|||
* **Reader-fallback** for difficult/future types (including Clojure 1.4+ tagged literals).
|
||||
* **Full test coverage** for every supported type.
|
||||
* [Snappy](http://code.google.com/p/snappy/) **integrated de/compression** for efficient storage and network transfer.
|
||||
* Enable **high-strength encryption** with a single option. (1.3.0+)
|
||||
* Enable **high-strength encryption** with a single `:password "my-password"` option. (1.3.0+)
|
||||
|
||||
## Getting started
|
||||
|
||||
|
|
@ -127,4 +127,4 @@ Otherwise reach me (Peter Taoussanis) at [taoensso.com](https://www.taoensso.com
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.
|
||||
Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue