CryptoBox: Remove dead comments

master
Didactic Drunk 2022-05-13 10:26:26 -07:00
parent cc21ca0aba
commit 28b5467602
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ class Sodium::CryptoBox
getter key : Crypto::Secret
getter public_key : PublicKey
# Returns key
# delegate_to_slice to: @key
@seed : Crypto::Secret?
# Generate a new random secret/public key pair.