From 72c020c3077cb3c0df1ab0fa629f11ea686e140d Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 2 Jun 2020 17:03:19 -0300 Subject: Add SHA-512 implementations for all platforms --- .idea/.gitignore | 6 +++- .idea/compiler.xml | 14 +++++++-- .idea/dictionaries/user.xml | 7 +++++ .idea/misc.xml | 76 +++++++++++++++++++++++++++++++++++++++++++-- .idea/modules.xml | 17 +++++----- 5 files changed, 107 insertions(+), 13 deletions(-) create mode 100644 .idea/dictionaries/user.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore index 4cbb824..3127cf3 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -3,4 +3,8 @@ /artifacts /modules /workspace.xml -/gradle.xml \ No newline at end of file +/gradle.xml +/libraries +/caches +/runConfigurations.xml +/encodings.xml \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 756b946..ad4fc3c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,9 +1,19 @@ + + + + + + + + + + - - + + \ No newline at end of file diff --git a/.idea/dictionaries/user.xml b/.idea/dictionaries/user.xml new file mode 100644 index 0000000..55989af --- /dev/null +++ b/.idea/dictionaries/user.xml @@ -0,0 +1,7 @@ + + + + nacl + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 38167d7..21353ae 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,79 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index dacd95f..d8c63dd 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,14 +2,15 @@ - - - - - - - - + + + + + + + + + \ No newline at end of file -- cgit v1.2.3