您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. // (C) Copyright 2012, Jeramey Crawford <jeramey@antihe.ro>. All
  2. // rights reserved. Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package common contains routines used by multiple password hashing
  5. // algorithms.
  6. //
  7. // Generally, you will never import this package directly. Many of the
  8. // *_crypt packages will import this package if they require it.
  9. package common