summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/crypto
AgeCommit message (Expand)Author
2018-12-15Provide semantically meaningful exceptions for translationSamuel Holland
2018-12-08Remodel the ModelSamuel Holland
2018-09-06global: update copyright headersJason A. Donenfeld
2018-08-26Extract error messages to string resourcesHarsh Shandilya
2018-07-13global: Add nullity annotationsEric Kuck
2018-07-06global: move to Apache 2.0Jason A. Donenfeld
2018-06-19crypto: Slightly Java-ify the Curve25519 implementationSamuel Holland
2018-06-02crypto: KeyEncoding: Fix styleHarsh Shandilya
2018-05-30KeyEncoding: more constant timeJason A. Donenfeld
2018-05-09global: Cleanup line lengths and misc lint warningsHarsh Shandilya
2018-05-03global: fix up copyrightsJason A. Donenfeld
2018-05-02Keypair: Minimize the scope of warning suppressionSamuel Holland
2018-05-02KeyEncoding: Address lints/warnings and match line lengthSamuel Holland
2018-05-02global: Add or update copyright headers in Java codeSamuel Holland
2018-04-30global: Automatic code formattingSamuel Holland
2018-04-25Curve25519: fix up spacingJason A. Donenfeld
2018-02-13KeyEncoding: add constant time hex implementationJason A. Donenfeld
2018-01-08global: Fix or suppress most lints/warningsSamuel Holland
2018-01-08project: Global cleanupSamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland
2017-08-09KeyEncoding: Clean up and reorganize to match styleSamuel Holland
2017-08-09Keypair: Convert to java-style array declarationsSamuel Holland
2017-08-08Constant time base64Jason A. Donenfeld
2017-08-01Keypair: Create class for generating/storing keysSamuel Holland
2017-08-01Curve25519: Import class from noise-javaSamuel Holland