github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/crypto/des/const.go (about)

     1  // Copyright 2010 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package desは米国連邦情報処理標準パブリケーション46-3で定義された、
     6  // データ暗号化標準(DES)とトリプルデータ暗号化アルゴリズム(TDEA)を実装しています。
     7  // DESは暗号学的に破れており、安全なアプリケーションには使用しないでください。
     8  package des