Skip to content

issues Search Results · repo:KotlinCrypto/bitops language:Kotlin

Filter by

5 results
 (52 ms)

5 results

inKotlinCrypto/bitops (press backspace or delete to remove)

enhancement
  • 05nelsonm
  • Opened 
    on Feb 9
  • #13

hi is using ushr (32 - 3), but it s a 64 bit number. Needs to be ushr (64 - 3) (i.e. 61) Should move test to jvmTest and use Java s BigInteger to verify this...
bug
  • 05nelsonm
  • Opened 
    on Jan 17
  • #11

If the incrementBy is a certain value, lo will never go from negative to 0.
bug
  • 05nelsonm
  • Opened 
    on Jan 14
  • #8

The indices for which values are counted is incorrect. Use a while loop
  • 05nelsonm
  • Opened 
    on Jan 10
  • #6

Need APIs for copying data to/from ShortArray, IntArray, LongArray
enhancement
  • 05nelsonm
  • Opened 
    on Jan 10
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub