Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Feb 3, 2023
1 parent c36da8d commit c886282
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,18 @@ CAUTION: From version v0.3.2 and upward the library may require Java class versi

[source,clojure]
----
;; Adler32 example
(adler32 (.getBytes "123456789"))
=> 152961502
;; CRC64 example
(crc64 (.getBytes "123456789"))
=> -7395533204333446662
----

==== Alternatives

[source,clojure]
----
;; CRC64 example
(crc64 (.getBytes "123456789"))
=> -7395533204333446662
;; Adler32 example
(adler32 (.getBytes "123456789"))
=> 152961502
----

==== Digests
Expand Down

0 comments on commit c886282

Please sign in to comment.