Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added box detached api #42

Merged
merged 2 commits into from
Jun 15, 2018
Merged

added box detached api #42

merged 2 commits into from
Jun 15, 2018

Conversation

artenator
Copy link
Contributor

hey again @lvh !

This fixes issue #5

Let me know what you think.

@codecov-io
Copy link

codecov-io commented Jun 14, 2018

Codecov Report

Merging #42 into master will increase coverage by 0.2%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #42     +/-   ##
=========================================
+ Coverage   96.46%   96.66%   +0.2%     
=========================================
  Files          14       14             
  Lines         509      540     +31     
  Branches        2        2             
=========================================
+ Hits          491      522     +31     
  Misses         16       16             
  Partials        2        2
Impacted Files Coverage Δ
src/caesium/binding.clj 95.83% <ø> (ø) ⬆️
src/caesium/crypto/box.clj 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 017cf73...1948f55. Read the comment docs.

(bb/->indirect-byte-buf nonce)
(bb/->indirect-byte-buf pk)
(bb/->indirect-byte-buf sk))
{:ctext (bb/->bytes c)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably use the same name as the upstream api: :c

@lvh
Copy link
Owner

lvh commented Jun 14, 2018

this looks great except for the name nit; thanks!

@artenator
Copy link
Contributor Author

@lvh

Done!

Thank you. I am learning a lot

@lvh
Copy link
Owner

lvh commented Jun 15, 2018

Neat, thanks! I should really cut a release for this :)

@lvh lvh merged commit 26f85ef into lvh:master Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants