Skip to content

Commit

Permalink
Remove *aes128ctr*
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 1, 2017
1 parent f343005 commit 197b16a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
2 changes: 0 additions & 2 deletions Sodium.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
09A9440C1A4EB91F00C8A04F /* crypto_shorthash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_shorthash.h; sourceTree = "<group>"; };
09A9440D1A4EB91F00C8A04F /* crypto_sign_ed25519.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_sign_ed25519.h; sourceTree = "<group>"; };
09A9440F1A4EB91F00C8A04F /* crypto_sign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_sign.h; sourceTree = "<group>"; };
09A944101A4EB91F00C8A04F /* crypto_stream_aes128ctr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_stream_aes128ctr.h; sourceTree = "<group>"; };
09A944111A4EB91F00C8A04F /* crypto_stream_chacha20.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_stream_chacha20.h; sourceTree = "<group>"; };
09A944121A4EB91F00C8A04F /* crypto_stream_salsa20.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_stream_salsa20.h; sourceTree = "<group>"; };
09A944131A4EB91F00C8A04F /* crypto_stream_salsa208.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_stream_salsa208.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -334,7 +333,6 @@
09A9440C1A4EB91F00C8A04F /* crypto_shorthash.h */,
09A9440D1A4EB91F00C8A04F /* crypto_sign_ed25519.h */,
09A9440F1A4EB91F00C8A04F /* crypto_sign.h */,
09A944101A4EB91F00C8A04F /* crypto_stream_aes128ctr.h */,
09A944111A4EB91F00C8A04F /* crypto_stream_chacha20.h */,
09A944121A4EB91F00C8A04F /* crypto_stream_salsa20.h */,
09A944131A4EB91F00C8A04F /* crypto_stream_salsa208.h */,
Expand Down
68 changes: 0 additions & 68 deletions Sodium/libsodium/crypto_stream_aes128ctr.h

This file was deleted.

1 change: 0 additions & 1 deletion Sodium/libsodium/sodium_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
# include "crypto_box_curve25519xchacha20poly1305.h"
# include "crypto_secretbox_xchacha20poly1305.h"
# include "crypto_pwhash_scryptsalsa208sha256.h"
# include "crypto_stream_aes128ctr.h"
# include "crypto_stream_salsa2012.h"
# include "crypto_stream_salsa208.h"
# include "crypto_stream_xchacha20.h"
Expand Down

0 comments on commit 197b16a

Please sign in to comment.